/llvm-project/clang/test/CodeGenCUDA/ |
H A D | kernel-amdgcn.cu | 7 static __global__ void kernel(){} kernel() function in A 14 __global__ void kernel(int x) { kernel() function
|
H A D | cuda-builtin-vars.cu | 7 void kernel(int *out) { in kernel() function
|
H A D | kernel-arg-name-metadata.cu | 13 __global__ void kernel(int arg1, float *arg2) { in kernel() function
|
H A D | deferred-diag.cu | 23 __global__ void kernel() { in kernel() function
|
H A D | device-fun-linkage.cu | 13 template <typename T> __global__ void kernel() {} in kernel() function
|
H A D | link-device-bitcode.cu | 50 __global__ __attribute__((used)) void kernel(float *out, float *in) { in kernel() function
|
H A D | redux-builtins.cu | 5 __attribute__((global)) void kernel(int *out) { in kernel() function
|
H A D | builtins-sm90.cu | 4 __attribute__((global)) void kernel(long *out, void *ptr, unsigned u) { in kernel() function
|
H A D | profile-coverage-mapping.cu | 16 __global__ void kernel(int i) { dfn(i); } in kernel() function
|
H A D | struct-mangling-number.cu | 35 __attribute__((global)) void kernel() in kernel() function
|
/llvm-project/clang/test/CodeGenCUDASPIRV/ |
H A D | kernel-cc.cu | 9 __attribute__((global)) void kernel() { return; } in kernel() function
|
H A D | kernel-argument.cu | 17 __attribute__((global)) void kernel(int* output) { *output = 1; } in kernel() function
|
H A D | copy-aggregate-byval.cu | 25 __attribute__((global)) void kernel(GpuData output) {} in kernel() function
|
/llvm-project/llvm/test/MC/AMDGPU/ |
H A D | cfi_reloc.s | 12 kernel: label
|
/llvm-project/clang/test/Driver/ |
H A D | cuda-simple.cu | 23 __attribute__((global)) void kernel() {} in kernel() function
|
/llvm-project/mlir/test/Examples/NVGPU/ |
H A D | Ch0.py | 31 def kernel(): function
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | no-call-stack-for-immediate-errs.cu | 13 __global__ void kernel() { device_fn2(); } in kernel() function
|
H A D | call-stack-for-deferred-err.cu | 14 __global__ void kernel() { device_fn2(); } // expected-note {{called by 'kernel'}} in kernel() function
|
H A D | reference-to-kernel-fn.cu | 16 __global__ void kernel() {} in kernel() function
|
H A D | cuda-builtin-vars.cu | 6 void kernel(int *out) { in kernel() function
|
H A D | exceptions.cu | 16 __global__ void kernel() { in kernel() function
|
/llvm-project/clang/test/Interpreter/CUDA/ |
H A D | host-and-device.cu | 7 __global__ void kernel(int * output){ *output = sum(40,2); } in kernel() function
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | NamedOpConversions.cpp | 36 matchAndReplaceDepthwiseConv(Operation *operation, Value input, Value kernel, in matchAndReplaceDepthwiseConv() argument 112 Value kernel = op.getDpsInputOperand(1)->get(); in matchAndRewrite() local 132 Value kernel = op.getDpsInputOperand(1)->get(); in matchAndRewrite() local
|
/llvm-project/clang/test/SemaSYCL/ |
H A D | unique-stable-name-multiple-target-crash.cpp | 9 template <typename, typename F> __attribute__((sycl_kernel)) void kernel(F) { in kernel() function
|
H A D | bf16.cpp | 4 __attribute__((sycl_kernel)) void kernel(const Func &kernelFunc) { in kernel() function
|