-
To support better modularity, composability, really useful constructs such as classes, lambdas, and templates, compile time polymorphism (**very useful for performance gains over C and has a large fol…
-
Hi,
I'm trying to get things going on my system for tensorflow, but have run into a couple issues, and this one I can't seem to work around. When trying to build, it kicks off this error:
` * IMP…
-
@jjhelmus it seems you were able to build pytorch GPU without needing to have variants
https://anaconda.org/anaconda/pytorch/files?version=1.0.1
Is that true?
If so, what challenges do you se…
-
After installing the `hip-nvcc` package and running `hipcc -h`, I get this error:
```
Can't exec "/opt/rocm/hcc/bin/hcc": No such file or directory at /usr/bin/hipcc line 245.
Use of uninitialized …
-
Compiling a list of steps that worked for me that may help others as I had to refer to different sites for it.
## References
Installation notes taken and edited from https://github.com/ROCmSoftwar…
-
We have tried HIP one year ago to port the alicevision cuda code (for photogrammetry), but at the time, numerous functions were not supported (https://github.com/alicevision/AliceVision/issues/439#iss…
-
```
$ CXX=/usr/lib/hcc/3.0/bin/hcc cmake -DBUILD_CLIENTS_TESTS=ON -DBUILD_CLIENTS_BENCHMARKS=ON -DAMDGPU_TARGETS=gfx701 -DHIP_PLATFORM=hip-clang -DUSE_HIP_CLANG=ON -DHIP_COMPILER=clang ../
-- The C…
-
## 🚀 Feature
Distribute the hipification scripts in `tools/amd_build/pyHIPIFY` to access them for hipification of extensions such as torchvision.
## Motivation
In #22091 , we aim to port the CUDA…
-
Hello,
I have a data structure in my header files, which looks like below.
```cpp
typedef struct __align__(16) MCXDir {
float x;
float y;
float z;
float w;
} MCXdir;
```
When I used …
-
I tried to compile a simple example here (main.cpp):
```c++
#include
int main()
{
return 0;
}
```
I compiled using the following command:
```bash
$ hipcc main.cpp -o exe
```
got…