rolandschulz

Results 31 comments of rolandschulz

I'm pretty sure the intention of SYCL_EXTERNAL (as defined by SYCL spec and therefore not in the context of invoke_simd) was never to give a function external linkage if it...

I don't see how this could introduce any potential security issue. If someone doesn't trust our compiler or the location they install our compiler/runtime, they can't trust a binary produced...

> It's not about the location of where they install the our compiler, it's that other things on the system (which the user may or may not have control over)...

PS: It would probably be easiest to use https://github.com/andikleen/pmu-tools/tree/master/jevents if one wants to support measuring cycles (the required code is small and could just be included if you want to...

On #3622 @timmy-ms said those should be assigned to him.

The speedup isn't huge with modern gcc/clang. With icx 2024.1 I get for ```c++ using S = mp_iota_c; template using mp_enumerate = mp_transform; using E = mp_enumerate; template using mp_set_find...

> Can you add a bit more to the PR description explaining what was removed? will do > I think this change looks good, but it only changes the spec....

moved trivial changes into https://github.com/intel/llvm/pull/13777 to reduce size of this

> This is very interesting! More comments would be good, especially one describing how we use the properties as base-classes for the `properties` type. let me know what else would...

> 1. Do you have any data on the compile time improvements due to this? I haven't done any before/after comparison (yet). Before I started I looked at the compilation...