![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Go to the source code of this file.
Macros | |
| #define | CPG_INCLUDE_SYCL |
Functions | |
| void | test_gradient () |
| void | test_curl () |
| void | test_divergence () |
| void | test_gradient_gpu () |
| void | test_curl_gpu () |
| void | test_divergence_gpu () |
| void | how_to_gradient () |
| void | how_to_curl () |
| void | how_to_divergence () |
| int | main () |
| #define CPG_INCLUDE_SYCL |
Definition at line 60 of file gradient.cpp.
| void how_to_curl | ( | ) |
| void how_to_divergence | ( | ) |
| void how_to_gradient | ( | ) |
| int main | ( | ) |
| void test_curl | ( | ) |
| void test_curl_gpu | ( | ) |
Definition at line 237 of file gradient.cpp.
| void test_divergence | ( | ) |
| void test_divergence_gpu | ( | ) |
Definition at line 278 of file gradient.cpp.
| void test_gradient | ( | ) |
| void test_gradient_gpu | ( | ) |
Definition at line 206 of file gradient.cpp.