Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_cuda.cpp30 static void testCudaTestVectorAdd01_impl() { in testCudaTestVectorAdd01_impl() function
158 testCudaTestVectorAdd01_impl<float>(); in TEST()
159 testCudaTestVectorAdd01_impl<at::Half>(); in TEST()
160 testCudaTestVectorAdd01_impl<double>(); in TEST()
163 testCudaTestVectorAdd01_impl<int8_t>(); in TEST()
164 testCudaTestVectorAdd01_impl<uint8_t>(); in TEST()
165 testCudaTestVectorAdd01_impl<int16_t>(); in TEST()
166 testCudaTestVectorAdd01_impl<int32_t>(); in TEST()
167 testCudaTestVectorAdd01_impl<int64_t>(); in TEST()