aboutsummaryrefslogtreecommitdiff
path: root/test cases/cuda
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-01-21 23:59:20 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2019-01-21 23:59:20 +0200
commite1b50309dfd9c927866f36a0a4662321351ab697 (patch)
treeb3fb38d1a391f4e33004b95eba2ea6d17a8dd762 /test cases/cuda
parent140975116905e7637e906e645b588e03b8c3aebb (diff)
downloadmeson-e1b50309dfd9c927866f36a0a4662321351ab697.zip
meson-e1b50309dfd9c927866f36a0a4662321351ab697.tar.gz
meson-e1b50309dfd9c927866f36a0a4662321351ab697.tar.bz2
All the fixes needed to make work against current master.
Diffstat (limited to 'test cases/cuda')
-rw-r--r--test cases/cuda/1 simple/prog.cu3
1 files changed, 0 insertions, 3 deletions
diff --git a/test cases/cuda/1 simple/prog.cu b/test cases/cuda/1 simple/prog.cu
index 2dd4554..7eab673 100644
--- a/test cases/cuda/1 simple/prog.cu
+++ b/test cases/cuda/1 simple/prog.cu
@@ -1,8 +1,5 @@
#include <iostream>
-__global__ void kernel (void){
-}
-
int main(int argc, char **argv) {
int cuda_devices = 0;
std::cout << "CUDA version: " << CUDART_VERSION << "\n";