Home
last modified time | relevance | path

Searched refs:deviceVar (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Interpreter/CUDA/
H A Dhost-and-device.cu13 int * deviceVar; variable
14 printf("cudaMalloc: %d\n", cudaMalloc((void **) &deviceVar, sizeof(int)));
17 kernel<<<1,1>>>(deviceVar);
21 printf("cudaMemcpy: %d\n", cudaMemcpy(&var, deviceVar, sizeof(int), cudaMemcpyDeviceToHost));
/llvm-project/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPClauseOperands.h65 Value deviceVar; global() member
/llvm-project/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp
/llvm-project/flang/lib/Lower/OpenMP/
H A DClauseProcessor.cpp