| /libCEED/backends/hip-shared/ |
| H A D | ceed-hip-shared.h | 35 CeedScalar *d_chebyshev_interp_1d; member
|
| H A D | ceed-hip-shared-basis.c | 339 if (!data->d_chebyshev_interp_1d) { in CeedBasisApplyAtPointsCore_Hip_shared() 346 CeedCallHip(ceed, hipMalloc((void **)&data->d_chebyshev_interp_1d, interp_bytes)); in CeedBasisApplyAtPointsCore_Hip_shared() 347 …CeedCallHip(ceed, hipMemcpy(data->d_chebyshev_interp_1d, chebyshev_interp_1d, interp_bytes, hipMem… in CeedBasisApplyAtPointsCore_Hip_shared() 388 …void *interp_args[] = {(void *)&num_elem, &data->d_chebyshev_interp_1d, &data->d_points_per_elem… in CeedBasisApplyAtPointsCore_Hip_shared() 436 …void *grad_args[] = {(void *)&num_elem, &data->d_chebyshev_interp_1d, &data->d_points_per_elem, … in CeedBasisApplyAtPointsCore_Hip_shared() 646 CeedCallHip(ceed, hipFree(data->d_chebyshev_interp_1d)); in CeedBasisDestroy_Hip_shared()
|
| /libCEED/backends/cuda-shared/ |
| H A D | ceed-cuda-shared.h | 34 CeedScalar *d_chebyshev_interp_1d; member
|
| H A D | ceed-cuda-shared-basis.c | 274 if (!data->d_chebyshev_interp_1d) { in CeedBasisApplyAtPointsCore_Cuda_shared() 281 CeedCallCuda(ceed, cudaMalloc((void **)&data->d_chebyshev_interp_1d, interp_bytes)); in CeedBasisApplyAtPointsCore_Cuda_shared() 282 …CeedCallCuda(ceed, cudaMemcpy(data->d_chebyshev_interp_1d, chebyshev_interp_1d, interp_bytes, cuda… in CeedBasisApplyAtPointsCore_Cuda_shared() 322 …void *interp_args[] = {(void *)&num_elem, &data->d_chebyshev_interp_1d, &data->d_points_per_elem, … in CeedBasisApplyAtPointsCore_Cuda_shared() 372 …void *grad_args[] = {(void *)&num_elem, &data->d_chebyshev_interp_1d, &data->d_points_per_elem, &d… in CeedBasisApplyAtPointsCore_Cuda_shared() 585 CeedCallCuda(ceed, cudaFree(data->d_chebyshev_interp_1d)); in CeedBasisDestroy_Cuda_shared()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-basis.c | 165 if (!data->d_chebyshev_interp_1d) { in CeedBasisApplyAtPointsCore_Hip() 172 CeedCallHip(ceed, hipMalloc((void **)&data->d_chebyshev_interp_1d, interp_bytes)); in CeedBasisApplyAtPointsCore_Hip() 173 …CeedCallHip(ceed, hipMemcpy(data->d_chebyshev_interp_1d, chebyshev_interp_1d, interp_bytes, hipMem… in CeedBasisApplyAtPointsCore_Hip() 208 …void *interp_args[] = {(void *)&num_elem, &data->d_chebyshev_interp_1d, &data->d_points_pe… in CeedBasisApplyAtPointsCore_Hip() 215 …void *grad_args[] = {(void *)&num_elem, &data->d_chebyshev_interp_1d, &data->d_points_per_… in CeedBasisApplyAtPointsCore_Hip() 369 CeedCallHip(ceed, hipFree(data->d_chebyshev_interp_1d)); in CeedBasisDestroy_Hip()
|
| H A D | ceed-hip-ref.h | 84 CeedScalar *d_chebyshev_interp_1d; member
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-basis.c | 166 if (!data->d_chebyshev_interp_1d) { in CeedBasisApplyAtPointsCore_Cuda() 173 CeedCallCuda(ceed, cudaMalloc((void **)&data->d_chebyshev_interp_1d, interp_bytes)); in CeedBasisApplyAtPointsCore_Cuda() 174 …CeedCallCuda(ceed, cudaMemcpy(data->d_chebyshev_interp_1d, chebyshev_interp_1d, interp_bytes, cuda… in CeedBasisApplyAtPointsCore_Cuda() 209 …void *interp_args[] = {(void *)&num_elem, &data->d_chebyshev_interp_1d, &data->d_points_pe… in CeedBasisApplyAtPointsCore_Cuda() 216 …void *grad_args[] = {(void *)&num_elem, &data->d_chebyshev_interp_1d, &data->d_points_per_… in CeedBasisApplyAtPointsCore_Cuda() 370 CeedCallCuda(ceed, cudaFree(data->d_chebyshev_interp_1d)); in CeedBasisDestroy_Cuda()
|
| H A D | ceed-cuda-ref.h | 79 CeedScalar *d_chebyshev_interp_1d; member
|
| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator-build.cpp | 275 if (!basis_data->d_chebyshev_interp_1d) { in CeedOperatorBuildKernelFieldData_Hip_gen() 282 …llHip(CeedBasisReturnCeed(basis), hipMalloc((void **)&basis_data->d_chebyshev_interp_1d, interp_by… in CeedOperatorBuildKernelFieldData_Hip_gen() 284 …hipMemcpy(basis_data->d_chebyshev_interp_1d, chebyshev_interp_1d, interp_bytes, hipMemcpyHostToDev… in CeedOperatorBuildKernelFieldData_Hip_gen() 287 if (is_input) data->B.inputs[i] = basis_data->d_chebyshev_interp_1d; in CeedOperatorBuildKernelFieldData_Hip_gen() 288 else data->B.outputs[i] = basis_data->d_chebyshev_interp_1d; in CeedOperatorBuildKernelFieldData_Hip_gen() 313 if (!basis_data->d_chebyshev_interp_1d) { in CeedOperatorBuildKernelFieldData_Hip_gen() 320 …llHip(CeedBasisReturnCeed(basis), hipMalloc((void **)&basis_data->d_chebyshev_interp_1d, interp_by… in CeedOperatorBuildKernelFieldData_Hip_gen() 322 …hipMemcpy(basis_data->d_chebyshev_interp_1d, chebyshev_interp_1d, interp_bytes, hipMemcpyHostToDev… in CeedOperatorBuildKernelFieldData_Hip_gen() 325 if (is_input) data->B.inputs[i] = basis_data->d_chebyshev_interp_1d; in CeedOperatorBuildKernelFieldData_Hip_gen() 326 else data->B.outputs[i] = basis_data->d_chebyshev_interp_1d; in CeedOperatorBuildKernelFieldData_Hip_gen()
|
| /libCEED/backends/cuda-gen/ |
| H A D | ceed-cuda-gen-operator-build.cpp | 248 if (!basis_data->d_chebyshev_interp_1d) { in CeedOperatorBuildKernelFieldData_Cuda_gen() 255 …Cuda(CeedBasisReturnCeed(basis), cudaMalloc((void **)&basis_data->d_chebyshev_interp_1d, interp_by… in CeedOperatorBuildKernelFieldData_Cuda_gen() 257 …cudaMemcpy(basis_data->d_chebyshev_interp_1d, chebyshev_interp_1d, interp_bytes, cudaMemcpyHostToD… in CeedOperatorBuildKernelFieldData_Cuda_gen() 260 if (is_input) data->B.inputs[i] = basis_data->d_chebyshev_interp_1d; in CeedOperatorBuildKernelFieldData_Cuda_gen() 261 else data->B.outputs[i] = basis_data->d_chebyshev_interp_1d; in CeedOperatorBuildKernelFieldData_Cuda_gen() 286 if (!basis_data->d_chebyshev_interp_1d) { in CeedOperatorBuildKernelFieldData_Cuda_gen() 293 …Cuda(CeedBasisReturnCeed(basis), cudaMalloc((void **)&basis_data->d_chebyshev_interp_1d, interp_by… in CeedOperatorBuildKernelFieldData_Cuda_gen() 295 …cudaMemcpy(basis_data->d_chebyshev_interp_1d, chebyshev_interp_1d, interp_bytes, cudaMemcpyHostToD… in CeedOperatorBuildKernelFieldData_Cuda_gen() 298 if (is_input) data->B.inputs[i] = basis_data->d_chebyshev_interp_1d; in CeedOperatorBuildKernelFieldData_Cuda_gen() 299 else data->B.outputs[i] = basis_data->d_chebyshev_interp_1d; in CeedOperatorBuildKernelFieldData_Cuda_gen()
|