Searched refs:hipError_t (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGenCUDA/Inputs/ |
| H A D | cuda.h | 32 typedef enum hipError {} hipError_t; typedef 35 extern "C" hipError_t __hipPushCallConfiguration(dim3 gridSize, dim3 blockSize, 39 extern "C" hipError_t hipLaunchKernel(const void *func, dim3 gridDim, 44 extern "C" hipError_t hipLaunchKernel_spt(const void *func, dim3 gridDim,
|
| /llvm-project-15.0.7/clang/test/SemaCUDA/Inputs/ |
| H A D | cuda.h | 23 typedef enum hipError {} hipError_t; typedef 26 extern "C" hipError_t __hipPushCallConfiguration(dim3 gridSize, dim3 blockSize, 29 extern "C" hipError_t hipLaunchKernel(const void *func, dim3 gridDim,
|
| /llvm-project-15.0.7/clang/test/AST/Inputs/ |
| H A D | cuda.h | 23 typedef enum hipError {} hipError_t; typedef 26 extern "C" hipError_t __hipPushCallConfiguration(dim3 gridSize, dim3 blockSize, 29 extern "C" hipError_t hipLaunchKernel(const void *func, dim3 gridDim,
|
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | RocmRuntimeWrappers.cpp | 24 [](hipError_t result) { \
|