Skip to content

Commit

Permalink
Merge branch 'init_check' of https://github.com/galipremsagar/cudf in…
Browse files Browse the repository at this point in the history
…to init_check
  • Loading branch information
galipremsagar committed Apr 2, 2020
2 parents b0bb113 + 6032e64 commit 8f8fd5c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python/cudf/cudf/utils/gpu_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ def validate_setup():
CudaDeviceAttr.cudaDevAttrComputeCapabilityMinor, 0
)
warnings.warn(
"You will need a GPU with NVIDIA Pascal™ architecture or \
better\n"
"Detected GPU 0 : " + str(device_name.decode()) + "\n"
"Detected Compute Capability : "
"You will need a GPU with NVIDIA Pascal™ or newer architecture"
"\nDetected GPU 0: " + str(device_name.decode()) + "\n"
"Detected Compute Capability: "
+ str(major_version)
+ "."
+ str(minor_version)
Expand Down

0 comments on commit 8f8fd5c

Please sign in to comment.