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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ See our [platform support guide](docs/platform-support.md) for a complete list o
21
21
- Add support for SimSYCL as a SYCL implementation (#238)
22
22
- Extend compiler support to GCC (optionally with sanitizers) and C++20 code bases (#238)
23
23
- Add support for profiling with [Tracy](https://github.com/wolfpld/tracy), via `CELERITY_TRACY_SUPPORT` and environment variable `CELERITY_TRACY` (#267)
24
+
- The active SYCL implementation can now be queried via `CELERITY_SYCL_IS_*` macros (#??)
// - There are no real thread-safety guarantees. DPC++ currently does not submit kernels from background threads, but if it ever starts doing so, this will
76
75
// break more-or-less silently.
77
76
// There is an open GitHub issue on the matter: https://github.com/intel/llvm/issues/13706
0 commit comments