Searched refs:restriction_kernel_source (Results 1 – 2 of 2) sorted by relevance
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 47 …const char restriction_kernel_source[] = "// Strided restriction source\n#include <ceed/jit-source… in CeedElemRestrictionSetupCompile_Cuda() local 55 …CeedCallBackend(CeedCompile_Cuda(ceed, restriction_kernel_source, &impl->module, 6, "RSTR_ELEM_SIZ… in CeedElemRestrictionSetupCompile_Cuda() 62 …const char restriction_kernel_source[] = "// Standard restriction source\n#include <ceed/jit-sourc… in CeedElemRestrictionSetupCompile_Cuda() local 64 …CeedCallBackend(CeedCompile_Cuda(ceed, restriction_kernel_source, &impl->module, 6, "RSTR_ELEM_SIZ… in CeedElemRestrictionSetupCompile_Cuda() 71 const char restriction_kernel_source[] = in CeedElemRestrictionSetupCompile_Cuda() local 75 …CeedCallBackend(CeedCompile_Cuda(ceed, restriction_kernel_source, &impl->module, 6, "RSTR_ELEM_SIZ… in CeedElemRestrictionSetupCompile_Cuda() 82 const char restriction_kernel_source[] = in CeedElemRestrictionSetupCompile_Cuda() local 86 …CeedCallBackend(CeedCompile_Cuda(ceed, restriction_kernel_source, &impl->module, 6, "RSTR_ELEM_SIZ… in CeedElemRestrictionSetupCompile_Cuda() 95 const char restriction_kernel_source[] = in CeedElemRestrictionSetupCompile_Cuda() local 98 …CeedCallBackend(CeedCompile_Cuda(ceed, restriction_kernel_source, &impl->module, 6, "RSTR_ELEM_SIZ… in CeedElemRestrictionSetupCompile_Cuda()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-restriction.c | 46 …const char restriction_kernel_source[] = "// Strided restriction source\n#include <ceed/jit-source… in CeedElemRestrictionSetupCompile_Hip() local 54 …CeedCallBackend(CeedCompile_Hip(ceed, restriction_kernel_source, &impl->module, 6, "RSTR_ELEM_SIZE… in CeedElemRestrictionSetupCompile_Hip() 61 …const char restriction_kernel_source[] = "// Standard restriction source\n#include <ceed/jit-sourc… in CeedElemRestrictionSetupCompile_Hip() local 63 …CeedCallBackend(CeedCompile_Hip(ceed, restriction_kernel_source, &impl->module, 6, "RSTR_ELEM_SIZE… in CeedElemRestrictionSetupCompile_Hip() 70 const char restriction_kernel_source[] = in CeedElemRestrictionSetupCompile_Hip() local 74 …CeedCallBackend(CeedCompile_Hip(ceed, restriction_kernel_source, &impl->module, 6, "RSTR_ELEM_SIZE… in CeedElemRestrictionSetupCompile_Hip() 81 const char restriction_kernel_source[] = in CeedElemRestrictionSetupCompile_Hip() local 85 …CeedCallBackend(CeedCompile_Hip(ceed, restriction_kernel_source, &impl->module, 6, "RSTR_ELEM_SIZE… in CeedElemRestrictionSetupCompile_Hip() 94 const char restriction_kernel_source[] = in CeedElemRestrictionSetupCompile_Hip() local 98 …CeedCallBackend(CeedCompile_Hip(ceed, restriction_kernel_source, &impl->module, 6, "RSTR_ELEM_SIZE… in CeedElemRestrictionSetupCompile_Hip()
|