Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_chipping_sycl.cpp348 DataType* gpu_data_tensor1 = static_cast<DataType*>(sycl_device.allocate(chip1TensorBuffSize)); in test_chip_in_expr() local
352 …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()