Home
last modified time | relevance | path

Searched refs:c_host (Results 1 – 2 of 2) sorted by relevance

/llvm-project/offload/test/offloading/
H A Dstd_complex_arithmetic.cpp24 std::complex<RT> c, c_host; in test_plus() local
26 c_host = a + b; in test_plus()
30 assert(std::abs(c - c_host) < 1e-6); in test_plus()
34 std::complex<RT> c, c_host; in test_minus() local
36 c_host = a - b; in test_minus()
40 assert(std::abs(c - c_host) < 1e-6); in test_minus()
44 std::complex<RT> c, c_host; in test_mul() local
46 c_host = a * b; in test_mul()
50 assert(std::abs(c - c_host) < 1e-6); in test_mul()
54 std::complex<RT> c, c_host; in test_div() local
[all …]
/llvm-project/mlir/test/Integration/GPU/CUDA/sm90/python/tools/
H A DmatmulBuilder.py246 c_host = fop.arguments[2]
644 t9 = gpu.memcpy(token_ty, [t8], c_host, c_device)
749 c_host = fop.arguments[2]
1148 t9 = gpu.memcpy(token_ty, [t8], c_host, c_device)