Nagy-Egri Máté Ferenc

Results 59 issues of Nagy-Egri Máté Ferenc

This work if the continuation of #889. ## Notes for the reviewers Some comments from the original work addressed here, most notably: - Limit column size of all formatted sources...

### Problem Description Using the recently released HIP SDK for Windows 6.1.2 with Visual Studio 2022 17.10.4 and latest Radeon Software 24.6.1, compiling the simplest of SAXPY programs (my own,...

AMD Instinct MI300X
ROCm 6.1.0

Previously MSVC threw a warning for using naked pointers with algorithms in Debug builds without using a vendor utility promising that the pointers are valid over a certain range. Latest...

### Brief Issue Summary Support exposing the contents of module maps created by CMake to LSP engines. ### CMake Tools Diagnostics _No response_ ### Debug Log _No response_ ### Additional...

enhancement
Feature: Modules

### Suggestion Description In the HIP SDK for Windows comgr is shipped as a binary dependency of hipRTC, but without headers or CMake scripts to allow projects wanting to use...

comgr

See [upstream](https://github.com/microsoft/vcpkg/issues/44726) issue.

Recent refactoring broke downstream version name handling. These changes have no effect on Vulkan, but enables proper handling for Vulkan SC.

The current codegen for `vku::safe_VkPipelineCacheCreateInfo` does not copy its souce contents, only the source pointer. ```c++ void safe_VkPipelineCacheCreateInfo::initialize(const VkPipelineCacheCreateInfo* in_struct, [[maybe_unused]] PNextCopyState* copy_state) { FreePnextChain(pNext); sType = in_struct->sType; flags =...

On Linux (but possibly Windows as well) when consuming glslang as a static library - as is the default with Vcpkg (which is how I found this bug) - in...

bug