Skip to content

Commit

Permalink
Manually disable CUDA until all CUDA code is available
Browse files Browse the repository at this point in the history
  • Loading branch information
markjonestx committed Feb 11, 2021
1 parent 9576e2e commit 4bc8ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
base_dir = Path(os.environ["CONDA_PREFIX"])
break

if base_dir and base_dir.exists():
if base_dir and base_dir.exists() and False:
print("Compiling with CUDA support.")

class custom_build_extension(build_ext):
Expand Down

0 comments on commit 4bc8ed8

Please sign in to comment.