Nagy-Egri Máté Ferenc

Results 145 comments of Nagy-Egri Máté Ferenc

I already started digging into how to obtain CTest info in a reliable and easy to parse manner. I have found that the [cmake-file-api](https://cmake.org/cmake/help/latest/manual/cmake-file-api.7.html#id1) currently does not support obtaining test...

Indeed. `cmake_dependent_option()` similarly from `include(CMakeDependentOption)`. However it would be awesome if documentation of custom packages with built CMake documentation could be displayed similarly, thinking of project-specific modules that have CMake-like...

Indeed, I've glossed over the difference in the query name difference when core or KHR. I have little experience running CTS tests, so if you think it's okay, I may...

@kpet Could you elaborate on the off-by-one fixes in [this](https://github.com/kpet/spirv2clc/commit/6a8ca54b49e902366dc28395ed0523dd993f9711) commit? `std::string` isn't null-terminated, it only is when asking for a `c_str()` of it (which we don't). The OpenCL spec...

I pushed some WIP to show the initiative is not dead. There is an ICD initiate of sorts which is prepared to behave in one of multiple ways to test...

@kpet Is there anything else to be done here? Last I left this PR here it looked to me everything got addressed. Since then main has progressed to diverge. Were...

I'm seeing the same error when trying to collect perf counters via the CLI tool (rocprof) and also while just trying to list the counters. ROCm 4.0 and the issue...

@eshcherb It was down to `libhsa-amd-aqlprofile64.so` missing from the install. Issuing `sudo apt install --reinstall hsa-amd-aqlprofile` did the trick. Thank you for the pointer. Even though I work for a...

@t-tye Thanks for the reply. I have tried using rocgdb as a drop-in replacement to GDB and it worked well, although the primary reason I'd do so is kernel debugging....

This is still a missing ecosystem component, though my own immediate use for this has passed (having moved on from HIP programming to standard APIs), so it's still relevant, just...