Nagy-Egri Máté Ferenc

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

This is an MVP of a layer wrapping the translator library. Some of the features: - The layer is written such that it should function using 1.x, 2.y and 3.0...

Support for online compilation of C++ for OpenCL via exposing the [cl_ext_cxx_for_opencl](https://www.khronos.org/registry/OpenCL/extensions/ext/cl_ext_cxx_for_opencl.html) extension. Bundling the necessary parts of the Clang/LLVM/LLVM-SPIRV projects as a library and triggering when the user feeds...

_Allow me to copy the contents of an issue posted under PowerShell/PowerShell._ Expand-Archive performance is 6X away from 7zip. In it's current state I would say it barely passes automation...

Issue-Enhancement
Issue-Performance

It seems strange that the _good guys_ of compute pushing OpenCL create separate libraries for the same stuff, with exactly the same dependencies. Can you guys try to make ends...

It would be mighty useful if there were visual debugging support akin to [nSight VS Code Edition](https://marketplace.visualstudio.com/items?itemName=NVIDIA.nsight-vscode-edition#:~:text=Nsight%20Visual%20Studio%20Code%20edition%20is%20an%20extension,as%20Intellisense%2C%20debugging%2C%20debugger%20views%2C%20and%20productivity%20enhancements.) allowing VS Code users to set breakpoints in kernels and inspect variable values...

Feature Request

As mentioned on WG calls, Stream HPC got the greenlight to upstream the CTest test driver we developed under contract that allows parallel test execution. ## Notes on the contribution...

As previously discussed with some of the vendors, static builds on Windows haven't been working for some time. There's a lengthy disclaimer on why one wouldn't want to do this,...

This work was born out of grievance of reproducing non-MSVC specific warnings, errors and linker failures on the OpenCL-Layers project _on Windows_ without having to fire up containers or building-installing...

Currently, only the host to device cl::copy is MSVC checked iterator friendly. Please add the same addition to Device to host as well.

This PR adds a new doc giving a high-level overview of how OpenCL-OpenGL interop should be setup and how it works.