Home
last modified time | relevance | path

Searched defs:kernel (Results 1 – 25 of 61) sorted by relevance

123

/llvm-project/clang/test/CodeGenCUDA/
H A Dkernel-amdgcn.cu7 static __global__ void kernel(){} kernel() function in A
14 __global__ void kernel(int x) { kernel() function
H A Dcuda-builtin-vars.cu7 void kernel(int *out) { in kernel() function
H A Dkernel-arg-name-metadata.cu13 __global__ void kernel(int arg1, float *arg2) { in kernel() function
H A Ddeferred-diag.cu23 __global__ void kernel() { in kernel() function
H A Ddevice-fun-linkage.cu13 template <typename T> __global__ void kernel() {} in kernel() function
H A Dlink-device-bitcode.cu50 __global__ __attribute__((used)) void kernel(float *out, float *in) { in kernel() function
H A Dredux-builtins.cu5 __attribute__((global)) void kernel(int *out) { in kernel() function
H A Dbuiltins-sm90.cu4 __attribute__((global)) void kernel(long *out, void *ptr, unsigned u) { in kernel() function
H A Dprofile-coverage-mapping.cu16 __global__ void kernel(int i) { dfn(i); } in kernel() function
H A Dstruct-mangling-number.cu35 __attribute__((global)) void kernel() in kernel() function
/llvm-project/clang/test/CodeGenCUDASPIRV/
H A Dkernel-cc.cu9 __attribute__((global)) void kernel() { return; } in kernel() function
H A Dkernel-argument.cu17 __attribute__((global)) void kernel(int* output) { *output = 1; } in kernel() function
H A Dcopy-aggregate-byval.cu25 __attribute__((global)) void kernel(GpuData output) {} in kernel() function
/llvm-project/llvm/test/MC/AMDGPU/
H A Dcfi_reloc.s12 kernel: label
/llvm-project/clang/test/Driver/
H A Dcuda-simple.cu23 __attribute__((global)) void kernel() {} in kernel() function
/llvm-project/mlir/test/Examples/NVGPU/
H A DCh0.py31 def kernel(): function
/llvm-project/clang/test/SemaCUDA/
H A Dno-call-stack-for-immediate-errs.cu13 __global__ void kernel() { device_fn2(); } in kernel() function
H A Dcall-stack-for-deferred-err.cu14 __global__ void kernel() { device_fn2(); } // expected-note {{called by 'kernel'}} in kernel() function
H A Dreference-to-kernel-fn.cu16 __global__ void kernel() {} in kernel() function
H A Dcuda-builtin-vars.cu6 void kernel(int *out) { in kernel() function
H A Dexceptions.cu16 __global__ void kernel() { in kernel() function
/llvm-project/clang/test/Interpreter/CUDA/
H A Dhost-and-device.cu7 __global__ void kernel(int * output){ *output = sum(40,2); } in kernel() function
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DNamedOpConversions.cpp36 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 Dunique-stable-name-multiple-target-crash.cpp9 template <typename, typename F> __attribute__((sycl_kernel)) void kernel(F) { in kernel() function
H A Dbf16.cpp4 __attribute__((sycl_kernel)) void kernel(const Func &kernelFunc) { in kernel() function

123