John Pennycook

Results 43 issues of John Pennycook

The README currently says: > Systems are defined by listing all devices, platforms and their runtime properties in a JSON file. > As a starting point, you can export the...

documentation

The following code fails to compile with SimSYCL: ```c++ #include int foo(sycl::id i, int j) { return i * j; } ``` I think this should work, because SYCL 2020...

# Related issues - Follow up to #198. # Proposed changes - Rename `Platform` to `Preprocessor`, since `Platform` is not consistent with how we use the name "platform" elsewhere. -...

refactor