Skip to content

Instantly share code, notes, and snippets.

@brandon-b-miller
Created January 14, 2021 20:54
Show Gist options
  • Save brandon-b-miller/244080df4f2a20fb12c7a8b4806733ce to your computer and use it in GitHub Desktop.
Save brandon-b-miller/244080df4f2a20fb12c7a8b4806733ce to your computer and use it in GitHub Desktop.
import cudf
# an invalid op
x = cudf.Scalar('hello world!')
y = cudf.Scalar(42)
print(x + y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment