Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_volume_patch_sycl.cpp127 …DataType* gpu_data_entire_volume_patch_col_major = static_cast<DataType*>(sycl_device.allocate(pa… in test_entire_volume_patch_sycl() local
128 …DataLayout,IndexType>> gpu_entire_volume_patch_col_major(gpu_data_entire_volume_patch_col_major, p… in test_entire_volume_patch_sycl()
130 …memcpyDeviceToHost(entire_volume_patch_col_major.data(), gpu_data_entire_volume_patch_col_major, p… in test_entire_volume_patch_sycl()
204 sycl_device.deallocate(gpu_data_entire_volume_patch_col_major); in test_entire_volume_patch_sycl()