Nagy-Egri Máté Ferenc
Nagy-Egri Máté Ferenc
Every configuration run prints out the same diagnostic messages which are fairly annoying, but at least not necessary. ``` 1> -- platform - your system can support ComputeCpp 1> --...
I started compiling OpenCL-Layers on Windows using clang using both `clang-cl.exe` and `clang.exe`. When using the GNU-like CLI, it warns about anon-structs like GCC does too and the `__extension__` decorator...
The cl_half rounding tests trigger `C2059: syntax error: 'bad suffix on number' ` on MSVC due to misformatted literals. Found [here](https://github.com/KhronosGroup/OpenCL-Headers/pull/107/commits/adf1f89fc6aa16b6423a54149d56216e73a9aca8).
Meson requires `PKG_CONFIG_PATH` to find some dependencies, and even though I setup my PS profile to include this var, I cannot set it as the default shell, as it breaks...
I was creating uni material on Windows, so I have to be surfing the experimental CE compiler, for which the installer doesn't seem to register the `COMPUTECPP_DIR` env var. (Which...
I just came across psbuild and am very interested in it. However, having recently moved to PowerShell Core for portability reasons, I wanted to give psbuild a spin under PS...
Hi! We have a [ASUS ESC8000 G4](https://www.asus.com/uk/Commercial-Servers-Workstations/ESC8000-G4/) system with 8 AMD Radeon RX Vega56 GPUs installed. The problem is, that even though the GPUs were tested separately in a standalone...
Trying to build ROCm-Device-Libs master as suggested by [HIP-clang build instructions](https://github.com/ROCm-Developer-Tools/HIP/blob/master/INSTALL.md#hip-clang) while reyling on LLVM 9.0.1. Rest of ROCm installed under `/opt/rocm` is 3.0. Ubuntu 16.04 ``` PS /home/mate/Source/Repos/ROCm-Device-Libs/build> cmake...
It has annoyed me to no ends how the configuration output of rocLIBRARIES are CMake warnings that may be suppressed using `-Wno-dev`, but I am infact the dev of these...
First of all: I just **LOVE** the fact that the cpptools integration finally works! Awesome work guys! ### Expected: It would be nice if the `FOLDER` property of targets and...