Home
last modified time | relevance | path

Searched full:update (Results 1 – 25 of 40) sorted by relevance

12

/libCEED/
H A DRELEASING.md36 3. Update and test all the language bindings (see below) within the branch.
57 Update author info if applicable (new authors, or existing authors changing institutions).
58 Make a new PR to update the version number and DOI in `README.rst` and `doc/bib/references.bib`.
73 In this PR, the file `L/libCEED/build_tarballs.jl` should be changed to update version number and c…
91 …sion of libCEED_jll will automatically be registered, and then we can proceed to update LibCEED.jl.
95 After the binary wrapper package libCEED_jll has been updated, we are ready to update the main Juli…
/libCEED/include/ceed/jit-source/magma/
H A Dmagma-basis-weight-3d.h24 // x sTweight[j] for first update in magma_weight_3d_device()
25 // x sTweight[tx%Q] for second update in magma_weight_3d_device()
26 // x sTweight[tx/Q] for third update in magma_weight_3d_device()
H A Dmagma-basis-weight-2d.h24 // x sTweight[j] for first update in magma_weight_2d_device()
25 // x sTweight[tx] for second update in magma_weight_2d_device()
/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor-at-points.h77 // Update buffers used in InterpAtPoints()
102 // Update buffers used in InterpAtPoints()
169 // Update buffers used in InterpTransposeAtPoints()
196 // Update buffers used in InterpTransposeAtPoints()
257 // Update buffers used in GradAtPoints()
285 // Update buffers used in GradAtPoints()
358 // Update buffers used in GradTransposeAtPoints()
387 // Update buffers used in GradTransposeAtPoints()
H A Dcuda-ref-basis-tensor.h51 // Update buffers used in Interp()
114 // Update buffers used in Grad()
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h77 // Update buffers used in InterpAtPoints()
102 // Update buffers used in InterpAtPoints()
169 // Update buffers used in InterpTransposeAtPoints()
196 // Update buffers used in InterpTransposeAtPoints()
257 // Update buffers used in GradAtPoints()
285 // Update buffers used in GradAtPoints()
358 // Update buffers used in GradTransposeAtPoints()
387 // Update buffers used in GradTransposeAtPoints()
H A Dhip-ref-basis-tensor.h51 // Update buffers used in Interp()
114 // Update buffers used in Grad()
/libCEED/.github/workflows/
H A Dc-fortan-test-ppc64le.yml33 apt-get -y update
H A Dc-fortran-test-style.yml25 sudo apt update && sudo apt install clang-format-19
/libCEED/tests/
H A Dt404-qfunction.c19 // Update borrowed pointer in main()
/libCEED/examples/solids/include/
H A Dboundary.h17 // Note: If additional boundary conditions are added, an update is needed in
/libCEED/examples/fluids/qfunctions/
H A Dutils_eigensolver_jacobi.h131 /// If so, then update max_idx_row for that row.
167 // Update the off-diagonal elements of A which will change (above the diagonal) in ApplyRot()
187 // now that we're done modifying row i, we can update max_idx_row[i] in ApplyRot()
204 // now that we're done modifying row j, we can update max_idx_row[j] in ApplyRot()
/libCEED/doc/sphinx/source/
H A DlibCEEDdev.md52 Most of the other CPU backends only update the {ref}`CeedOperator` and `CeedTensorContract` objects.
56 The `/cpu/self/opt/*` backends update the {ref}`CeedOperator` to apply the action of the operator i…
60 These backends update the `CeedTensorContract` objects using AVX intrinsics and libXSMM functions, …
H A Dreleasenotes.md48 - Update `CeedOperatorContext*` functions to `CeedOperator*Context*` functions for consistency.
55 - Update `/cpu/self/memcheck/*` backends to help verify `CeedVector` array access assumptions and `…
56 - Update {c:func}`CeedOperatorLinearAssembleDiagonal` to provide default implementation that suppor…
98 - Update `/cpu/self/memcheck/*` backends to help verify `CeedQFunctionContext` data sizes provided …
161 - Update {c:func}`CeedQFunctionGetFields` and {c:func}`CeedOperatorGetFields` to include number of …
/libCEED/examples/solids/src/
H A Dboundary.c19 // Note: If additional boundary conditions are added, an update is needed in elasticity.h for the b…
H A Dmisc.c86 // Update Jacobian on each level in FormJacobian()
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp332 …77 temp/kernel_" + std::to_string(build_id) + "_1_wrapped.ll").c_str(), "update JiT file permissio… in CeedCompileCore_Cuda()
370 …777 temp/kernel_" + std::to_string(build_id) + "_2_linked.ll").c_str(), "update JiT file permissio… in CeedCompileCore_Cuda()
377 …777 temp/kernel_" + std::to_string(build_id) + "_4_final.ptx").c_str(), "update JiT file permissio… in CeedCompileCore_Cuda()
/libCEED/examples/fluids/src/
H A Dsetupts.c39 // Update time dependent data in RHS_NS()
114 // Update time dependent data in IFunction_NS()
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-qfunctioncontext.c241 // Update pointer in CeedQFunctionContextTakeData_Hip()
271 // Update pointer in CeedQFunctionContextGetDataCore_Hip()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-qfunctioncontext.sycl.cpp274 // Update pointer in CeedQFunctionContextTakeData_Sycl()
304 // Update pointer in CeedQFunctionContextGetDataCore_Sycl()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-qfunctioncontext.c242 // Update pointer in CeedQFunctionContextTakeData_Cuda()
272 // Update pointer in CeedQFunctionContextGetDataCore_Cuda()
/libCEED/backends/ref/
H A Dceed-ref-operator.c664 // Update Assembled Linear QFunction
1320 // Update Assembled Linear QFunction
1426 // -- Update unit vector in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1484 // ---- Update output vector in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref()
1636 // -- Update unit vector in CeedOperatorAssembleSingleAtPoints_Ref()
/libCEED/examples/deal.II/
H A Dbps-ceed.h269 // communicate: update ghost values in vmult()
/libCEED/include/ceed/
H A Dbackend.h71 #define CeedPragmaAtomic CeedPragmaOMP(atomic update)
/libCEED/examples/solids/
H A Delasticity.c456 // -- Update form_jacob_ctx in main()
625 // -- Update SNES iteration count in main()

12