Skip to content

Commit 0576e53

Browse files
committed
Set a default OpenCL version to shut up the library
1 parent 8be42b7 commit 0576e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makevars.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## This file is processed by configure to generate Makevars
44
## It includes GPU backend configuration (OpenCL, CUDA) and other settings
55

6-
PKG_CPPFLAGS = -I../inst/include
6+
PKG_CPPFLAGS = -I../inst/include -DCL_TARGET_OPENCL_VERSION=300
77

88
## Compiler flags from configure
99
PKG_CXXFLAGS = @BANDICOOT_CXXFLAGS@ @OPENMP_CXXFLAGS@

0 commit comments

Comments
 (0)