spy icon indicating copy to clipboard operation
spy copied to clipboard

SPY - C++ Information Broker

Results 6 spy issues
Sort by recently updated
recently updated
newest added

`-fsycl` is probably detectable

We want to know preferred size of the register. I didn't find the equivalent for MSVC but please check. Here is btw llvm defaulting to 32 bytes on avx512 https://reviews.llvm.org/D67259

Can you add information for the detection of Nvidia's CUDA compiler (`nvcc`)? See https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html#nvcc-identification-macro It would be nice to also be able to detect the CUDA compilation phases (host and...

- [ ] Wrap CPUID ? - [ ] Other OS/Arch specific detection at runtime ? - [ ] Must keep similar APIn just with `if` instead of `if constexpr`

enhancement
help wanted