Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_chipping_sycl.cpp147 const size_t chip5TensorBuffSize =chip5.size()*sizeof(DataType); in test_static_chip_sycl() local
148 DataType* gpu_data_chip5 = static_cast<DataType*>(sycl_device.allocate(chip5TensorBuffSize)); in test_static_chip_sycl()
152 sycl_device.memcpyDeviceToHost(chip5.data(), gpu_data_chip5, chip5TensorBuffSize); in test_static_chip_sycl()
296 const size_t chip5TensorBuffSize =chip5.size()*sizeof(DataType); in test_dynamic_chip_sycl() local
297 DataType* gpu_data_chip5 = static_cast<DataType*>(sycl_device.allocate(chip5TensorBuffSize)); in test_dynamic_chip_sycl()
301 sycl_device.memcpyDeviceToHost(chip5.data(), gpu_data_chip5, chip5TensorBuffSize); in test_dynamic_chip_sycl()