Searched hist:f8d308fa18b022a1638a735475f693446671ab36 (Results 1 – 8 of 8) sorted by relevance
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-qfunction-load.sycl.cpp | f8d308fa18b022a1638a735475f693446671ab36 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 D | ceed-hip-gen.h | f8d308fa18b022a1638a735475f693446671ab36 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 D | ceed-jit-tools.c | f8d308fa18b022a1638a735475f693446671ab36 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 D | ceed-qfunction.c | f8d308fa18b022a1638a735475f693446671ab36 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 D | ceed-cuda-gen.h | f8d308fa18b022a1638a735475f693446671ab36 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 D | ceed-hip-ref.h | f8d308fa18b022a1638a735475f693446671ab36 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 D | ceed-cuda-ref.h | f8d308fa18b022a1638a735475f693446671ab36 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 D | backend.h | f8d308fa18b022a1638a735475f693446671ab36 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()?;
|