Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_gpu.cu34 gpuMalloc((void**)(&d_in1), tensor_bytes); in test_gpu_nullary()
35 gpuMalloc((void**)(&d_in2), tensor_bytes); in test_gpu_nullary()
83 gpuMalloc((void**)(&d_in1), in1_bytes); in test_gpu_elementwise_small()
84 gpuMalloc((void**)(&d_in2), in2_bytes); in test_gpu_elementwise_small()
85 gpuMalloc((void**)(&d_out), out_bytes); in test_gpu_elementwise_small()
136 gpuMalloc((void**)(&d_in1), in1_bytes); in test_gpu_elementwise()
137 gpuMalloc((void**)(&d_in2), in2_bytes); in test_gpu_elementwise()
138 gpuMalloc((void**)(&d_in3), in3_bytes); in test_gpu_elementwise()
139 gpuMalloc((void**)(&d_out), out_bytes); in test_gpu_elementwise()
182 gpuMalloc((void**)(&d_in1), in1_bytes); in test_gpu_props()
[all …]
Dcxx11_tensor_contract_gpu.cu49 gpuMalloc((void**)(&d_t_left), t_left_bytes); in test_gpu_contraction()
50 gpuMalloc((void**)(&d_t_right), t_right_bytes); in test_gpu_contraction()
51 gpuMalloc((void**)(&d_t_result), t_result_bytes); in test_gpu_contraction()
113 gpuMalloc((void**)(&d_t_left), t_left_bytes); in test_scalar()
114 gpuMalloc((void**)(&d_t_right), t_right_bytes); in test_scalar()
115 gpuMalloc((void**)(&d_t_result), t_result_bytes); in test_scalar()
Dcxx11_tensor_argmax_gpu.cu39 gpuMalloc((void**)(&d_in), in_bytes); in test_gpu_simple_argmax()
40 gpuMalloc((void**)(&d_out_max), out_bytes); in test_gpu_simple_argmax()
41 gpuMalloc((void**)(&d_out_min), out_bytes); in test_gpu_simple_argmax()
102 gpuMalloc((void**)(&d_in), in_bytes); in test_gpu_argmax_dim()
103 gpuMalloc((void**)(&d_out), out_bytes); in test_gpu_argmax_dim()
191 gpuMalloc((void**)(&d_in), in_bytes); in test_gpu_argmin_dim()
192 gpuMalloc((void**)(&d_out), out_bytes); in test_gpu_argmin_dim()
Dcxx11_tensor_random_gpu.cu29 gpuMalloc((void**)(&d_out), out_bytes); in test_gpu_random_uniform()
54 gpuMalloc((void**)(&d_out), out_bytes); in test_gpu_random_normal()
Dcxx11_tensor_scan_gpu.cu40 gpuMalloc((void**)(&d_t_input), t_input_bytes); in test_gpu_cumsum()
41 gpuMalloc((void**)(&d_t_result), t_result_bytes); in test_gpu_cumsum()
Dcxx11_tensor_device.cu70 assert(gpuMalloc((void**)(&kernel_1d_), 2*sizeof(float)) == gpuSuccess); in GPUContext()
74 assert(gpuMalloc((void**)(&kernel_2d_), 4*sizeof(float)) == gpuSuccess); in GPUContext()
78 assert(gpuMalloc((void**)(&kernel_3d_), 8*sizeof(float)) == gpuSuccess); in GPUContext()
285 gpuMalloc((void**)(&d_in1), in1_bytes); in test_gpu()
286 gpuMalloc((void**)(&d_in2), in2_bytes); in test_gpu()
287 gpuMalloc((void**)(&d_out), out_bytes); in test_gpu()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorGpuHipCudaDefines.h41 #define gpuMalloc hipMalloc macro
71 #define gpuMalloc cudaMalloc macro
DTensorGpuHipCudaUndefines.h26 #undef gpuMalloc
DTensorDeviceGpu.h168 err = gpuMalloc(&result, num_bytes); in allocate()
/external/eigen/test/
Dgpu_common.h50 gpuMalloc((void**)(&d_in), in_bytes); in run_on_gpu()
51 gpuMalloc((void**)(&d_out), out_bytes); in run_on_gpu()