HIP icon indicating copy to clipboard operation
HIP copied to clipboard

HIP: C++ Heterogeneous-Compute Interface for Portability

Results 379 HIP issues
Sort by recently updated
recently updated
newest added

The only section I could find is the following: https://github.com/ROCm-Developer-Tools/HIP/blob/cde661142552c9f81d6ddb6fdff5ec87ad4dc9e3/docs/markdown/hip_debugging.md#debugging-hip-applications However I can't seem to be able to use gdb with the hcc compiled application I have. warning: Error disabling...

Error: always_inline function '_mm_add_ps' requires target feature 'sse', but would be inlined into function 'convolve_5x5_1_sse' that is compiled without support for 'sse' It appears that during the compilation process using...

Now you have to specify it manually all the time if your distribution provides it, for example, in `/opt/cuda`.

I am having issues trying to build and install MIOpenDriver. and here is the output of the error: ld: /tmp/tmp.wM7w0mfIhT/main.cpp.host.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv' //usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0: error adding symbols: DSO...

### Description of errors The [build guide](https://github.com/ROCm/HIP/blob/d62ffdd9c55a11b16538675156f3a7c0191e9b66/docs/developer_guide/build.md#build-hip-runtime) does not mention that you need the Python module`CppHeaderParser`. Which results in an error. ``` ModuleNotFoundError: No module named 'CppHeaderParser' CMake Error at...

documentation

### Description of errors I'm a long-time CUDA developer trying to learn more about HIP and ROCm, but the documentation is making that difficult. The most fundamental construct in CUDA...

documentation

### Problem Description When using Visual Studio 2022 CMake to compile a project (llama.cpp PR#5966) that uses `enable_language(HIP)` with the HIP 5.7 SDK I get the following error: ``` CMake...

I'm trying to use `hipMemcpyFromSymbol()` with the hipcc option `-fgpu-default-stream=per-thread` enabled, all as part of setting hipFFT callbacks The API is defined as: ```c++ hipMemcpyFromSymbol ( void *dst, const void...

Hello, If I were to have a novel accelerator, I would need to have a programming model for users to interact with it. From my understanding, AMD wants HIP to...

Installation notes link is broken in README. https://github.com/ROCm-Developer-Tools/HIP/blame/d4762f69efd0d35f2ccfa4ecf14bcbf898bf1fc4/README.md#L65