HIP icon indicating copy to clipboard operation
HIP copied to clipboard

HIP: C++ Heterogeneous-Compute Interface for Portability

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

This PR adds the "how-to" chapter for HIP graphs. Note, that it currently is set to be merged with understand-hip-graphs, as it depends on its content, and it already has...

### Problem Description By going through HIP unit tests, I found a code using shareable memory, I'm trying to reproduce it on my server, without success. Here is the code...

create hardware capabilities page

### Problem Description HIP is supposed to compile and produce binaries that can run on nvidia hardware and even on the cpu (i.e. its cross-platform). This feature seems to be...

Under Investigation

Hello HIP community. I have a simple Makefile with my HIP program converted by using hifipy-clang tool: ```Makefile # Define compiler and compiler flags CXX = g++ HIPCC = hipcc...

### Problem Description I was following the commands to install hip using the instructions provided [here](https://rocm.docs.amd.com/projects/HIP/en/latest/install/install.html#installation) I get the following issue ```bash cmake -DHIP_COMMON_DIR=/global/cfs/cdirs/nstaff/rgayatri/software/hip/hip -DHIP_PLATFORM=nvidia -DCMAKE_INSTALL_PREFIX=/global/cfs/cdirs/nstaff/rgayatri/software/hip/clr/build/build/install -DHIP_CATCH_TEST=0 -DCLR_BUILD_HIP=ON -DCLR_BUILD_OCL=OFF -DHIPNV_DIR=/global/cfs/cdirs/nstaff/rgayatri/software/hip/hipother/hipnv...

Under Investigation

Hi! I have been trying to create a shared-library, which uses HIP to enable fast computations with both AMD and NVidia GPUs. I think that it would be preferable to...