Joe Garvey
Joe Garvey
@keryell, can you expand on your concerns a bit? Do you prefer "try" in the name as was discussed in #5839 simply because it makes it clear that it's non-blocking...
Mike and I must have missed this when initially working on the pipes spec. The SPIR-V spec is clear that the capacity of a pipe must be a 32-bit unsigned...
I like the idea of only providing a diagnostic if the attributes have mismatching arguments. There is one exception I can think of though: ivdep. If I have [intel::ivdep(N)] and...
It's probably rare for a user to specify ivdeps with different arguments if they are both literals, but I could see it happening if one or both are macros set...
There is not.
A few extra flags were added over time to tweak the default behaviour to be more amenable for FPGA users. You can always check the latest flags by running "dpcpp...
Note that in many situations where one would use num_compute_units in OpenCL, the same algorithm can be expressed in SYCL using templated functions as each unique template instantiation of a...
And num_simd_work_items isn't in the docs yet because it is only supported in the frontend right now (and thus is a no-op). Once the backend support is available it'll be...