| 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 |
| 1f70653f | 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1488 from CEED/jeremy/const-path
Const for CeedQFunctionGetSourcePath |
| 26a4920c | 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - add basic SYCL build job |
| 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 |
| 9d61c3a3 | 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - tidy LoadSourceToBuffer internals |
| 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 |
| 2004a820 | 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1487 from CEED/jeremy/field-name-const
Add const to GetName functions |
| 7d023984 | 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
backend - add const to QF name acessor |
| ce5cfebd | 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - drop redundant import |
| 6f8994e9 | 23-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - add const to GetName functions |
| 5c03c935 | 22-Feb-2024 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1483 from CEED/jeremy/use-getters
Reduce reaching into private data |
| ab747706 | 22-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf/op - add QFunction/OperatorFieldGetData |
| 1203703b | 22-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - reduce reaching into private structs |
| ef7f882e | 22-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1482 from CEED/zach/operator-is-at-points
Add `CeedOperatorIsAtPoints` |
| 2a3ff1c9 | 22-Feb-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Use `CeedOperatorIsAtPoints` instead of private data member |
| 27a2edbe | 22-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1484 from CEED/jeremy/qf-flops
Should error when trying to use QF flops, not retrieve |
| 6e432cbe | 22-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - should error when trying to use QF flops, not retrieve |
| b594f9fa | 22-Feb-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Add `CeedOperatorIsAtPoints` |