Jeff Hammond

Results 414 comments of Jeff Hammond

What is the ETA for this? I'm trying to understand if I should wait for this to be resolved or just give up.

`copy` (h2d and d2h) is the most important. `fill` is easy to workaround, although I am using that one. https://github.com/ParRes/Kernels/blob/master/Cxx11/nstream-explicit-sycl.cc

@hughperkins The LLVM license appears to be the copy-and-paste offspring of the https://opensource.org/licenses/MIT and https://opensource.org/licenses/BSD-3-Clause. I'm not saying that's a good thing, but "people already know approximately what using it...

@keryell I agree with all of this. I just thought it was something easy to fix. While Clang 6 is older, I am using the latest version of FreeBSD (12.0).

I just hard-coded it in the header, which is equivalent to the flags suggestion, and that works, but I wonder how RAJA OpenMP Target ever worked, unless everyone who uses...

Thanks for noticing that. I am surprised that OpenMP target does not imply OpenMP but CMake always surprises me 😃

Also, please expand tabs in this file. Not all of us use tab = 2 spaces, and this file is unreadable with the defaults of some editors.

i tried just now and it works for me. are you still seeing this?

Regarding AVX-512 support in Intel processors using the [Skylake Xeon microarchitecture](https://en.wikichip.org/wiki/intel/microarchitectures/skylake_(server)) (Intel Xeon Scalable, Xeon W, and Core X-Series processors - see https://github.com/jeffhammond/vpu-count for details), below are the three methods...

@gchatelet Unfortunately, platinum/gold/silver/bronze isn't the right attribute for determining AVX-512 throughput on Skylake Xeon. While the correlation between metals and VPUs is constant for platinum (2) and silver/bronze (1), the...