Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom94 committed Sep 5, 2023
1 parent ead4158 commit e020684
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/tiny-cuda-nn/common_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ void set_verbose(bool verbose);
if (_result != cudaSuccess) \
log_error(FILE_LINE " " #x " failed: {}", cudaGetErrorString(_result)); \
} while(0)
} while(0)

//////////////////////////////
// Enum<->string conversion //
Expand Down

0 comments on commit e020684

Please sign in to comment.