Home
last modified time | relevance | path

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

/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-qfunction-load.cpp41 string qfunction_name(data->qfunction_name); in CeedQFunctionBuildKernel_Cuda_ref() local
42 string kernel_name = "CeedKernelCudaRefQFunction_" + qfunction_name; in CeedQFunctionBuildKernel_Cuda_ref()
98 code << " " << qfunction_name << "(ctx, 1, inputs, outputs);\n\n"; in CeedQFunctionBuildKernel_Cuda_ref()
H A Dceed-cuda-ref-qfunction.c99 CeedCallBackend(CeedQFunctionGetKernelName(qf, &data->qfunction_name)); in CeedQFunctionCreate_Cuda()
H A Dceed-cuda-ref.h101 const char *qfunction_name; member
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-qfunction-load.cpp44 string qfunction_name(data->qfunction_name); in CeedQFunctionBuildKernel_Hip_ref() local
45 string kernel_name = "CeedKernelHipRefQFunction_" + qfunction_name; in CeedQFunctionBuildKernel_Hip_ref()
102 code << " " << qfunction_name << "(ctx, 1, inputs, outputs);\n\n"; in CeedQFunctionBuildKernel_Hip_ref()
H A Dceed-hip-ref-qfunction.c92 CeedCallBackend(CeedQFunctionGetKernelName(qf, &data->qfunction_name)); in CeedQFunctionCreate_Hip()
H A Dceed-hip-ref.h106 const char *qfunction_name; member
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-qfunction-load.sycl.cpp33 const char *qfunction_name, *qfunction_source; in CeedQFunctionBuildKernel_Sycl() local
64 CeedCallBackend(CeedQFunctionGetKernelName(qf, &qfunction_name)); in CeedQFunctionBuildKernel_Sycl()
81 std::string_view qf_name_view(qfunction_name); in CeedQFunctionBuildKernel_Sycl()
/libCEED/backends/sycl-gen/
H A Dceed-sycl-gen.hpp30 const char *qfunction_name; member
H A Dceed-sycl-gen-qfunction.sycl.cpp57 CeedCallBackend(CeedQFunctionGetKernelName(qf, &impl->qfunction_name)); in CeedQFunctionCreate_Sycl_gen()
H A Dceed-sycl-gen-operator-build.sycl.cpp132 std::string_view qfunction_name(qf_impl->qfunction_name); in CeedOperatorBuildKernel_Sycl_gen() local
133 const std::string operator_name = "CeedKernelSyclGenOperator_" + std::string(qfunction_name); in CeedOperatorBuildKernel_Sycl_gen()
630 code << " " << qfunction_name << "(ctx, "; in CeedOperatorBuildKernel_Sycl_gen()
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen.h31 const char *qfunction_name; member
H A Dceed-cuda-gen-qfunction.c45 CeedCallBackend(CeedQFunctionGetKernelName(qf, &data->qfunction_name)); in CeedQFunctionCreate_Cuda_gen()
H A Dceed-cuda-gen-operator-build.cpp704 … std::string qfunction_name, CeedInt Q_1d, bool is_all_tensor, bool is_at_points, in CeedOperatorBuildKernelQFunction_Cuda_gen() argument
1005 code << tab << "" << qfunction_name << "(ctx, "; in CeedOperatorBuildKernelQFunction_Cuda_gen()
1290 std::string qfunction_name(qf_data->qfunction_name); in CeedOperatorBuildKernel_Cuda_gen() local
1293 operator_name = "CeedKernelCudaGenOperator_" + qfunction_name; in CeedOperatorBuildKernel_Cuda_gen()
1586 … qf_input_fields, num_output_fields, op_output_fields, qf_output_fields, qfunction_name, in CeedOperatorBuildKernel_Cuda_gen()
1694 std::string qfunction_name(qf_data->qfunction_name); in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen() local
1698 operator_name = "CeedKernelCudaGenOperatorFullAssembly_" + qfunction_name; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
1700 operator_name = "CeedKernelCudaGenOperatorDiagonalAssembly_" + qfunction_name; in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
2011 … qf_input_fields, num_output_fields, op_output_fields, qf_output_fields, qfunction_name, in CeedOperatorBuildKernelAssemblyAtPoints_Cuda_gen()
2226 std::string qfunction_name(qf_data->qfunction_name); in CeedOperatorBuildKernelLinearAssembleQFunction_Cuda_gen() local
[all …]
/libCEED/backends/hip-gen/
H A Dceed-hip-gen.h32 const char *qfunction_name; member
H A Dceed-hip-gen-qfunction.c45 CeedCallBackend(CeedQFunctionGetKernelName(qf, &data->qfunction_name)); in CeedQFunctionCreate_Hip_gen()
H A Dceed-hip-gen-operator-build.cpp731 … std::string qfunction_name, CeedInt Q_1d, bool is_all_tensor, bool is_at_points, in CeedOperatorBuildKernelQFunction_Hip_gen() argument
1032 code << tab << "" << qfunction_name << "(ctx, "; in CeedOperatorBuildKernelQFunction_Hip_gen()
1303 std::string qfunction_name(qf_data->qfunction_name); in CeedOperatorBuildKernel_Hip_gen() local
1306 operator_name = "CeedKernelHipGenOperator_" + qfunction_name; in CeedOperatorBuildKernel_Hip_gen()
1599 … qf_input_fields, num_output_fields, op_output_fields, qf_output_fields, qfunction_name, in CeedOperatorBuildKernel_Hip_gen()
1699 std::string qfunction_name(qf_data->qfunction_name); in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen() local
1703 operator_name = "CeedKernelHipGenOperatorFullAssembly_" + qfunction_name; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()
1705 operator_name = "CeedKernelHipGenOperatorDiagonalAssembly_" + qfunction_name; in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()
2016 … qf_input_fields, num_output_fields, op_output_fields, qf_output_fields, qfunction_name, in CeedOperatorBuildKernelAssemblyAtPoints_Hip_gen()
2222 std::string qfunction_name(qf_data->qfunction_name); in CeedOperatorBuildKernelLinearAssembleQFunction_Hip_gen() local
[all …]