Searched refs:chip5TensorBuffSize (Results 1 – 1 of 1) sorted by relevance
147 const size_t chip5TensorBuffSize =chip5.size()*sizeof(DataType); in test_static_chip_sycl() local148 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() local297 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()