| /libCEED/include/ceed/jit-source/magma/ |
| H A D | magma-basis-interp-deriv-nontensor.h | 18 const int id = blockIdx.x * blockDim.y + ty; in magma_basis_nontensor_device_n() local 20 const int myn = min(NB, n - id * NB); in magma_basis_nontensor_device_n() 22 dB += id * P * NB; in magma_basis_nontensor_device_n() 23 dC += id * Q * NB; in magma_basis_nontensor_device_n() 30 if (id < nblocks) { in magma_basis_nontensor_device_n() 44 if (id < nblocks) { in magma_basis_nontensor_device_n() 61 const int id = blockIdx.x * blockDim.y + ty; in magma_basis_nontensor_device_t() local 63 const int myn = min(NB, n - id * NB); in magma_basis_nontensor_device_t() 65 dB += id * Q * NB; in magma_basis_nontensor_device_t() 66 dC += id * P * NB; in magma_basis_nontensor_device_t() [all …]
|
| H A D | magma-basis-weight-nontensor.h | 19 const int id = blockIdx.x * blockDim.y + ty; in __launch_bounds__() local 22 if (id >= n) return; in __launch_bounds__() 24 dV += id * BASIS_Q; in __launch_bounds__()
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | rundevtests.jl | 14 @interior_qf id = ( 28 qf=id,
|
| H A D | runtests.jl | 222 @interior_qf id = ( 236 qf=id, 335 id = create_identity_qfunction(c, 1, EVAL_INTERP, EVAL_INTERP) 340 apply!(id, Q, [v1], [v2])
|
| /libCEED/backends/sycl/ |
| H A D | online_compiler.hpp | 157 online_compiler<Lang> &setTargetDeviceStepping(const std::string &id) { in setTargetDeviceStepping() argument 158 DeviceStepping = id; in setTargetDeviceStepping()
|
| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 88 id=None, argument 108 self.id = id 139 if self.id: 140 test_suite_attributes["id"] = decode(self.id, encoding)
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-restriction.sycl.cpp | 40 sycl_queue.parallel_for<CeedElemRestrSyclStridedNT>(kernel_range, e, [=](sycl::id<1> node) { in CeedElemRestrictionStridedNoTranspose_Sycl() 67 sycl_queue.parallel_for<CeedElemRestrSyclOffsetNT>(kernel_range, e, [=](sycl::id<1> node) { in CeedElemRestrictionOffsetNoTranspose_Sycl() 96 sycl_queue.parallel_for<CeedElemRestrSyclStridedT>(kernel_range, e, [=](sycl::id<1> node) { in CeedElemRestrictionStridedTranspose_Sycl() 126 sycl_queue.parallel_for<CeedElemRestrSyclOffsetT>(kernel_range, e, [=](sycl::id<1> id) { in CeedElemRestrictionOffsetTranspose_Sycl() argument 127 const CeedInt node = id % num_nodes; in CeedElemRestrictionOffsetTranspose_Sycl() 128 const CeedInt comp = id / num_nodes; in CeedElemRestrictionOffsetTranspose_Sycl()
|
| H A D | ceed-sycl-vector.sycl.cpp | 473 …data->sycl_queue.parallel_for(length, e, sumReduction, [=](sycl::id<1> i, auto &sum) { sum += abs(… in CeedVectorNorm_Sycl() 478 …data->sycl_queue.parallel_for(length, e, sumReduction, [=](sycl::id<1> i, auto &sum) { sum += (d_a… in CeedVectorNorm_Sycl() 483 …data->sycl_queue.parallel_for(length, e, maxReduction, [=](sycl::id<1> i, auto &max) { max.combine… in CeedVectorNorm_Sycl() 510 sycl_queue.parallel_for(length, e, [=](sycl::id<1> i) { in CeedDeviceReciprocal_Sycl() 552 sycl_queue.parallel_for(length, e, [=](sycl::id<1> i) { x_array[i] *= alpha; }); in CeedDeviceScale_Sycl() 592 sycl_queue.parallel_for(length, e, [=](sycl::id<1> i) { y_array[i] += alpha * x_array[i]; }); in CeedDeviceAXPY_Sycl() 639 sycl_queue.parallel_for(length, e, [=](sycl::id<1> i) { w_array[i] = x_array[i] * y_array[i]; }); in CeedDevicePointwiseMult_Sycl()
|
| H A D | ceed-sycl-ref-basis.sycl.cpp | 359 sycl_queue.parallel_for<CeedBasisSyclInterpNT>(kernel_range, e, [=](sycl::id<2> indx) { in CeedBasisApplyNonTensorInterp_Sycl() 405 sycl_queue.parallel_for<CeedBasisSyclGradNT>(kernel_range, e, [=](sycl::id<2> indx) { in CeedBasisApplyNonTensorGrad_Sycl() 445 sycl_queue.parallel_for<CeedBasisSyclWeightNT>(kernel_range, e, [=](sycl::id<2> indx) { in CeedBasisApplyNonTensorWeight_Sycl()
|
| H A D | ceed-sycl-ref-operator.sycl.cpp | 853 sycl_queue.parallel_for<CeedOperatorSyclLinearDiagonal>(kernel_range, e, [=](sycl::id<1> idx) { in CeedOperatorLinearDiagonal_Sycl() 1224 sycl_queue.parallel_for<CeedOperatorSyclLinearAssemble>(kernel_range, e, [=](sycl::id<3> idx) { in CeedOperatorLinearAssemble_Sycl()
|
| /libCEED/python/ |
| H A D | ceed_qfunctioncontext.py | 41 return "<CeedQFunctionContext instance at " + hex(id(self)) + ">"
|
| H A D | ceed_basis.py | 22 return "<CeedBasis instance at " + hex(id(self)) + ">" 438 return "<Transpose CeedBasis instance at " + hex(id(self)) + ">"
|
| H A D | ceed_qfunction.py | 28 return "<CeedQFunction instance at " + hex(id(self)) + ">"
|
| H A D | ceed_elemrestriction.py | 29 return "<CeedElemRestriction instance at " + hex(id(self)) + ">" 474 hex(id(self)) + ">"
|
| H A D | ceed_operator.py | 27 return "<CeedOperator instance at " + hex(id(self)) + ">"
|
| H A D | ceed.py | 51 return "<Ceed instance at " + hex(id(self)) + ">"
|
| H A D | ceed_vector.py | 41 return "<CeedVector instance at " + hex(id(self)) + ">"
|
| /libCEED/ |
| H A D | Makefile | 135 SYCL_FLAG.oneAPI := -fsycl -fno-sycl-id-queries-fit-in-int 1042 docker run -it --user $(shell id -u):$(shell id -g) --rm -v $(PWD):/io -w /io \
|
| H A D | Doxyfile | 360 # they do not have an id attribute. 1868 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 135 SYCL_FLAG.oneAPI := -fsycl -fno-sycl-id-queries-fit-in-int 1042 docker run -it --user $(shell id -u):$(shell id -g) --rm -v $(PWD):/io -w /io \
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | UserQFunctions.md | 102 ## [Apply diffusion Q-function in Julia](@id applydiff)
|
| /libCEED/doc/sphinx/source/ |
| H A D | releasenotes.md | 108 - Fix bug in setting device id for GPU backends.
|