| 6e536b99 | 08-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - add Ceed*ReturnCeed |
| f5a0ec79 | 06-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fix - need C string for debug printing |
| edaedbd9 | 06-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fix - print actual source code, not the defs only |
| a4bfdec2 | 06-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - write debug info when CUDA/HIP fails to compile |
| 3b38d1df | 06-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - fix tidy warning |
| 9a25c351 | 05-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - remove some extra void* casts |
| e13f2367 | 29-Feb-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Add QFunction Assembly At Points for ref backend |
| ebab0599 | 29-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 |
| 7f96cfa0 | 29-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 |
| 6cde1da6 | 29-Feb-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Replace CeedOperator[Setup|Restore]InputsAtPoints_Ref with CeedOperator[Setup|Restore]Inputs_Ref |
| 0ae60fd3 | 01-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
SYCL - changes to match CUDA,HIP backends |
| 9d1bcece | 30-Jan-2024 |
James Wright <james@jameswright.xyz> |
sycl: Minor typo fixes |
| 42b3fd1b | 19-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
sycl - use switch for enums |
| 4e3038a5 | 31-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - reduce LCOV_EXCL markers |
| 2d42b1df | 20-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
sycl - fallback to ref from gen for non-tensor bases |
| 22070f95 | 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - more updates for const |
| f8608ea8 | 23-Feb-2024 |
Jed Brown <jed@jedbrown.org> |
sycl: resolve const variance |
| 09095aca | 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - consistent variable name style |
| f8d308fa | 23-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 ...
|
| 34ffed21 | 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - const for CeedQFunctionGetSourcePath |
| 7d023984 | 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
backend - add const to QF name acessor |
| 4535e697 | 20-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - clarify, falling back to */ref CeedOperator impl |
| 65fb18fa | 20-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - add debug message when falling back |
| f6eafd79 | 20-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fallback from gen to shared for non-tensor |
| 249f8407 | 20-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - use CeedSize_FMT and similar changes |