-
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 have compiled ROCm and HIP from sources for a Gentoo Linux 64 bit operating system. HIP seems to work except for hipMemset. The attached example code runs fine on a ubuntu machine, but on the Gentoo…
-
Output of ```emerge --info '=sci-libs/rocRAND-2.7.0-r1::rocm'```:
```
Portage 2.3.73 (python 3.7.4-final-0, default/linux/amd64/17.0/desktop/plasma, gcc-9.2.0, glibc-2.29-r4, 5.1.15-gentoo x86_64)…
-
HCC is great language. I personally do not like CUDA-like style used in HIP. Is HCC not used as backend for HIP? Will not be then HIP based on deprecated and abandoned backend with no more development…
-
Recently i edit a program with hip ,and i find every time i compiler kernel(GPU) program with outside function,the compiler will fail. But when i remove axi_host_time_inc in kernel_function,it can c…
-
This week [Chrome announced their intent to ship WebGL 2.0](https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/VAEv-MUFGC8) so I guess it's about time to start adding support!
There are…
-
Hi,
We are experiencing strange behaviour when deleting products in Prestashop v1.7.5.
I search for all disabled products in the catalogue, mark them all and ask for a batch deletion. The process…
-
At the moment, we are using a source-to-source transformation to allow SYCL code to be ingested by regular CUDA/HIP compilers. clang already has builtin support both for CUDA/HIP, both of which are, a…
-
## ❓ Questions and Help
### Please note that this issue tracker is not a help form and this issue will be closed.
I'm trying to build PyTorch to run on ROCm (Ubuntu 18.04) and am having issues. …
-
It appears that trilinos will not cmake properly without a fortran compiler but it is not clear that the core components of trilinos require a fortran compiler. So is this a bug or the intended functi…