File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 20
20
// e.g., $ONEAPI_ROOT/dev-utilities//include/dpc_common.hpp
21
21
#include " dpc_common.hpp"
22
22
23
- constexpr sycl::access::mode sycl_read = sycl::access::mode::read;
24
- constexpr sycl::access::mode sycl_write = sycl::access::mode::write;
25
- constexpr sycl::access::mode sycl_read_write = sycl::access::mode::read_write;
26
-
27
23
struct done_tag {};
28
24
29
25
const float ratio = 0.5 ; // CPU to GPU offload ratio
Original file line number Diff line number Diff line change 17
17
// e.g., $ONEAPI_ROOT/dev-utilities//include/dpc_common.hpp
18
18
#include " dpc_common.hpp"
19
19
20
- constexpr sycl::access::mode sycl_read = sycl::access::mode::read;
21
- constexpr sycl::access::mode sycl_write = sycl::access::mode::write;
22
- constexpr sycl::access::mode sycl_read_write = sycl::access::mode::read_write;
23
-
24
20
#define VERBOSE
25
21
26
22
const float alpha = 0.5 ; // coeff for triad calculation
You can’t perform that action at this time.
0 commit comments