harkgill-amd

Results 260 comments of harkgill-amd

Hi @beatboxa, DaVinci Resolve, Blender and other GUI based apps are working in the latest 6.1.3 ROCm release. Please follow the steps [here](https://rocm.docs.amd.com/projects/radeon/en/latest/docs/install/native_linux/install-radeon.html) to install it and make sure to...

Hi @bf109f4, the beta release for WSL with ROCm is now out. Please see [Install Radeon Software for WSL with ROCm](https://rocm.docs.amd.com/projects/radeon/en/latest/docs/install/wsl/install-radeon.html) for more information. Can we close out this ticket?

Hi @EduMio, please try the following: 1. Follow the steps outlined at [Using a Docker image with PyTorch installed](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/3rd-party/pytorch-install.html) under [Installing PyTorch for ROCm](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/how-to/3rd-party/pytorch-install.html). Launching the docker container with the...

Hi @bertwesarg, this issue was resolved in an earlier release of ROCm. If you are still seeing issues with `amdflang`, please open a new issue. Thanks!

Hi @fxzjshm, I was unable to reproduce your issue compiling the vectoradd_hip.cpp program with the `-O0` flag on gfx906. Please see the output below. ``` rocm@rocm:~/vecadd$ hipcc -O0 vectoradd_hip.cpp -o...

Hi @ColorfulRhino, the repo structure has changed slightly since you opened https://github.com/ROCm/HIP/pull/3416. I have created an internal ticket to update the documentation, thanks!

Let's go with the internal ticket for now. Please close the PR whenever you get a chance.

Hi @lahwaacz, it was decided to maintain the current behaviour of abort() in ROCm. This behaviour being to terminate the entire application rather than just the kernel in which it...

Hi @sampie, An internal ticket has been created to fix this issue. Thanks!

@sampie, nvidia-cuda-toolkit is not supported by hip-nvcc. To resolve the dependency issue noted in this ticket, please install the cuda package from https://developer.nvidia.com/cuda-downloads. Thanks!