History log of /libCEED/ (Results 1001 – 1025 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

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

Merge pull request #1488 from CEED/jeremy/const-path

Const for CeedQFunctionGetSourcePath

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

ci - add basic SYCL build job

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

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

minor - tidy LoadSourceToBuffer internals

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

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

Merge pull request #1487 from CEED/jeremy/field-name-const

Add const to GetName functions

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

backend - add const to QF name acessor

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

rust - drop redundant import

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

interface - add const to GetName functions

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

Merge pull request #1483 from CEED/jeremy/use-getters

Reduce reaching into private data

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

qf/op - add QFunction/OperatorFieldGetData

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

internal - reduce reaching into private structs

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

Merge pull request #1482 from CEED/zach/operator-is-at-points

Add `CeedOperatorIsAtPoints`

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

Use `CeedOperatorIsAtPoints` instead of private data member

27a2edbe22-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

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

internal - should error when trying to use QF flops, not retrieve

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

Add `CeedOperatorIsAtPoints`

1...<<41424344454647484950>>...226