You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Systems are defined by listing all devices, platforms and their runtime properties in a JSON file.
As a starting point, you can export the built-in system definition via
Trying to follow these instructions gives a compiler error, because the simsycl:: functions aren't pulled in by including <sycl/sycl.hpp>. I had to poke around in the source to figure out that I needed to include simsycl/system.hh as well.
The text was updated successfully, but these errors were encountered:
The README currently says:
Trying to follow these instructions gives a compiler error, because the
simsycl::
functions aren't pulled in by including<sycl/sycl.hpp>
. I had to poke around in the source to figure out that I needed to includesimsycl/system.hh
as well.The text was updated successfully, but these errors were encountered: