Searched refs:gpu_data_tensor1 (Results 1 – 1 of 1) sorted by relevance
348 DataType* gpu_data_tensor1 = static_cast<DataType*>(sycl_device.allocate(chip1TensorBuffSize)); in test_chip_in_expr() local352 …TensorMap<Tensor<DataType, 4, DataLayout,IndexType>> gpu_tensor1(gpu_data_tensor1, chip1TensorRang… in test_chip_in_expr()356 sycl_device.memcpyHostToDevice(gpu_data_tensor1, tensor1.data(), chip1TensorBuffSize); in test_chip_in_expr()394 sycl_device.deallocate(gpu_data_tensor1); in test_chip_in_expr()