Home
last modified time | relevance | path

Searched hist:f8d308fa18b022a1638a735475f693446671ab36 (Results 1 – 8 of 8) sorted by relevance

/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-qfunction-load.sycl.cppf8d308fa18b022a1638a735475f693446671ab36 Fri Feb 23 19:22:20 UTC 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()?;

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

let mut source_buffer = CeedQFunctionLoadSourceToBuffer()?;
/libCEED/backends/hip-gen/
H A Dceed-hip-gen.hf8d308fa18b022a1638a735475f693446671ab36 Fri Feb 23 19:22:20 UTC 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()?;

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

let mut source_buffer = CeedQFunctionLoadSourceToBuffer()?;
/libCEED/interface/
H A Dceed-jit-tools.cf8d308fa18b022a1638a735475f693446671ab36 Fri Feb 23 19:22:20 UTC 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()?;

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

let mut source_buffer = CeedQFunctionLoadSourceToBuffer()?;
H A Dceed-qfunction.cf8d308fa18b022a1638a735475f693446671ab36 Fri Feb 23 19:22:20 UTC 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()?;

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

let mut source_buffer = CeedQFunctionLoadSourceToBuffer()?;
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen.hf8d308fa18b022a1638a735475f693446671ab36 Fri Feb 23 19:22:20 UTC 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()?;

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

let mut source_buffer = CeedQFunctionLoadSourceToBuffer()?;
/libCEED/backends/hip-ref/
H A Dceed-hip-ref.hf8d308fa18b022a1638a735475f693446671ab36 Fri Feb 23 19:22:20 UTC 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()?;

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

let mut source_buffer = CeedQFunctionLoadSourceToBuffer()?;
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref.hf8d308fa18b022a1638a735475f693446671ab36 Fri Feb 23 19:22:20 UTC 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()?;

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

let mut source_buffer = CeedQFunctionLoadSourceToBuffer()?;
/libCEED/include/ceed/
H A Dbackend.hf8d308fa18b022a1638a735475f693446671ab36 Fri Feb 23 19:22:20 UTC 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()?;

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

let mut source_buffer = CeedQFunctionLoadSourceToBuffer()?;