Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCUDA/Inputs/
H A Dcuda.h32 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 Dcuda.h23 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 Dcuda.h23 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 DRocmRuntimeWrappers.cpp24 [](hipError_t result) { \