Skip to content

Commit

Permalink
Update backend.py
Browse files Browse the repository at this point in the history
Fix the fatal error C1189: #error:  You need C++17 to compile PyTorch.
  • Loading branch information
pergyz authored Aug 8, 2024
1 parent 4b814f0 commit 4d491bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ernerf/raymarching/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

nvcc_flags = [
"-O3",
"-std=c++14",
"-U__CUDA_NO_HALF_OPERATORS__",
"-U__CUDA_NO_HALF_CONVERSIONS__",
"-U__CUDA_NO_HALF2_OPERATORS__",
Expand Down

0 comments on commit 4d491bb

Please sign in to comment.