History log of /libCEED/backends/ (Results 251 – 275 of 1139)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6e536b9908-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

interface - add Ceed*ReturnCeed


avx/ceed-avx-tensor.c
blocked/ceed-blocked-operator.c
cuda-gen/ceed-cuda-gen-operator-build.cpp
cuda-gen/ceed-cuda-gen-qfunction.c
cuda-ref/ceed-cuda-ref-operator.c
cuda-ref/ceed-cuda-ref-qfunction-load.cpp
cuda-ref/ceed-cuda-ref-qfunction.c
cuda-ref/ceed-cuda-ref-qfunctioncontext.c
cuda-ref/ceed-cuda-ref-vector.c
hip-gen/ceed-hip-gen-operator-build.cpp
hip-gen/ceed-hip-gen-qfunction.c
hip-ref/ceed-hip-ref-operator.c
hip-ref/ceed-hip-ref-qfunction-load.cpp
hip-ref/ceed-hip-ref-qfunction.c
hip-ref/ceed-hip-ref-qfunctioncontext.c
hip-ref/ceed-hip-ref-vector.c
memcheck/ceed-memcheck-qfunctioncontext.c
memcheck/ceed-memcheck-restriction.c
memcheck/ceed-memcheck-vector.c
opt/ceed-opt-operator.c
opt/ceed-opt-tensor.c
ref/ceed-ref-operator.c
ref/ceed-ref-qfunctioncontext.c
ref/ceed-ref-restriction.c
ref/ceed-ref-vector.c
sycl-gen/ceed-sycl-gen-operator-build.sycl.cpp
sycl-gen/ceed-sycl-gen-qfunction.sycl.cpp
sycl-ref/ceed-sycl-ref-qfunction-load.sycl.cpp
sycl-ref/ceed-sycl-ref-qfunction.sycl.cpp
sycl-ref/ceed-sycl-vector.sycl.cpp
xsmm/ceed-xsmm-tensor.c
/libCEED/doc/sphinx/source/releasenotes.md
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/blasius.yaml
/libCEED/examples/fluids/channel.yaml
/libCEED/examples/fluids/gaussianwave.yaml
/libCEED/examples/fluids/index.md
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/navierstokes.h
/libCEED/examples/fluids/problems/bc_freestream.c
/libCEED/examples/fluids/problems/bc_slip.c
/libCEED/examples/fluids/problems/gaussianwave.c
/libCEED/examples/fluids/problems/newtonian.c
/libCEED/examples/fluids/qfunctions/bc_freestream.h
/libCEED/examples/fluids/qfunctions/bc_freestream_type.h
/libCEED/examples/fluids/qfunctions/bc_slip.h
/libCEED/examples/fluids/qfunctions/riemann_solver.h
/libCEED/examples/fluids/src/cloptions.c
/libCEED/examples/fluids/src/setupdm.c
/libCEED/examples/fluids/src/setuplibceed.c
/libCEED/examples/fluids/tests-output/blasius_stgtest.yaml
/libCEED/examples/fluids/tests-output/blasius_test.yaml
/libCEED/examples/fluids/tests-output/fluids-navierstokes-blasius-bc_slip.bin
/libCEED/examples/fluids/tests-output/stats_test.yaml
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/ceed.h
/libCEED/include/ceed/jit-source/magma/magma-basis-grad-1d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-grad-2d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-grad-3d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-1d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-2d.h
/libCEED/include/ceed/jit-source/magma/magma-basis-interp-3d.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-tensor.c
/libCEED/interface/ceed-vector.c
f5a0ec7906-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

fix - need C string for debug printing

edaedbd906-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

fix - print actual source code, not the defs only

a4bfdec206-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

jit - write debug info when CUDA/HIP fails to compile

3b38d1df06-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

minor - fix tidy warning

9a25c35105-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - remove some extra void* casts

e13f236729-Feb-2024 Zach Atkins <zach.atkins@colorado.edu>

Add QFunction Assembly At Points for ref backend

ebab059929-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1477 from CEED/jeremy/sycl-fallback

Fallback to sycl/ref from gen for non-tensor bases

7f96cfa029-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1458 from CEED/jeremy/less-lcov-excl-sycl

Reduce LCOV_EXCL markers for SYCL backends

6cde1da629-Feb-2024 Zach Atkins <zach.atkins@colorado.edu>

Replace CeedOperator[Setup|Restore]InputsAtPoints_Ref with CeedOperator[Setup|Restore]Inputs_Ref

0ae60fd301-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

SYCL - changes to match CUDA,HIP backends

9d1bcece30-Jan-2024 James Wright <james@jameswright.xyz>

sycl: Minor typo fixes

42b3fd1b19-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

sycl - use switch for enums

4e3038a531-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

minor - reduce LCOV_EXCL markers

2d42b1df20-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

sycl - fallback to ref from gen for non-tensor bases

22070f9523-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - more updates for const

f8608ea823-Feb-2024 Jed Brown <jed@jedbrown.org>

sycl: resolve const variance

09095aca23-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - consistent variable name style

f8d308fa23-Feb-2024 Jed Brown <jed@jedbrown.org>

internal: const for source paths

Add const to CeedQFunctionLoadSourceToBuffer output argument. If we
had Result, this would look like

let const source_buffer = CeedQFunctionLoadSourceToBuffer()?;

internal: const for source paths

Add const to CeedQFunctionLoadSourceToBuffer output argument. If we
had Result, this would look like

let const source_buffer = CeedQFunctionLoadSourceToBuffer()?;

The caller is free to cast in the const when passing the output variable
if they want this semantic:

let mut source_buffer = CeedQFunctionLoadSourceToBuffer()?;

show more ...

34ffed2123-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - const for CeedQFunctionGetSourcePath

7d02398423-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

backend - add const to QF name acessor

4535e69720-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

gpu - clarify, falling back to */ref CeedOperator impl

65fb18fa20-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

gpu - add debug message when falling back

f6eafd7920-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

gpu - fallback from gen to shared for non-tensor

249f840720-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

minor - use CeedSize_FMT and similar changes

1...<<11121314151617181920>>...46