-
In https://github.com/openmm/openmm/issues/3937, I was discussing a hypothetical hipSYCL backend for OpenMM. The framework uses JIT compilation extensively, mostly to implement custom force fields (in…
-
I think you know where the PRK source code is. I am using 15bb69ebd6ab7c0f3b85bb2622e3a1d0e2f904a2.
There is no issue using `--hipsycl-platform=cpu`. Attempts with `sm_35` and `sm_50` failed simi…
-
### Describe the bug
While building SYCL code with Intel oneAPI, I noticed that `llvm-foreach` is almost always sitting at 100% cpu usage.
### top:
```
%Cpu(s): 8.5 us, 5.0 sy, 0.0 ni, 85.8 i…
-
**Describe the motivation for the feature request**
AdaptiveCpp SYCL should be able to adaptively compile a feature subset of SYCL CPP to any given vulkan version level. It is desirable to have a gra…
-
With Intel's Ponte Vecchios and machines like Aurora on the 'near' horizon are there any plans for OpenMM to support these platforms? Does SYCL's similarities to OpenCL make this simpler or would a po…
adw62 updated
2 years ago
-
**Bug summary**
I developed a molecular dynamics engine using primarily HipSYCL. It's a fairly complex code. Lately I am running into a non-deterministic runtime bug
that manifests as several di…
-
```ptxas warning : Unresolved extern variable 'mangled-name' in whole program compilation, ignoring extern qualifier``` is being triggered when using ```inline constexpr``` global variables and ```sta…
-
**Bug summary**
CUDA does not support libc++ on x86 officially. It seems the situation with HIP is the same, although there's no explicit check. And, from the looks of it, `generic` target does not…
-
Support for the classic Intel compilers (`icc` and `icpc`) was previously added in response to #136.
The next-generation compilers (`icx` and `icpx`) are currently not recognized by default, and it…
-
**Bug summary**
Clang++ 16 crashes when trying to build the tests. Must be a bug in Clang, but is this a known issue with a workaround?
**To Reproduce**
```
OpenSYCL/build-tests$ cmake ../te…