Skip to content

Commit

Permalink
CUDA 8 compatibility (bug fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDiazGuerra authored and DeepLearning VM committed Jul 17, 2019
1 parent 08948a1 commit b213fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpuRIR_cuda.cu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <vector>
#include "gpuRIR_cuda.h"

#ifndef __h2div
#if CUDART_VERSION < 9000
#define __h2div h2div
#endif

Expand Down

0 comments on commit b213fe5

Please sign in to comment.