-
The Rodinia benchmarks have been ported to SYCL and are available publicly at: https://github.com/zjin-lcf/Rodinia_SYCL.
I have forked the repository and modified the Makefiles to be able to compile …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR37700](https://bugs.llvm.org/show_bug.cgi?id=37700) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
| --- | --- |
| Bugzilla Link | [27169](https://llvm.org/bz27169) |
| Version | unspecified |
| OS | All |
| CC | @Ivan171 |
## Extended Description
Relevant discussions on this topic on cfe…
-
Hi,
I've been attempting to run this zero order absorption single compartment model on data that was taken at steady state. The values for this model were pulled from this [paper](https://bpspubs.…
-
| | |
| --- | --- |
| Bugzilla Link | [47906](https://llvm.org/bz47906) |
| Version | trunk |
| OS | All |
| CC | @topperc,@RKSimon,@phoebewang,@rotateright |
## Extended Description
This …
-
Here is the version of clang:
```
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\bin>clang-cl.exe --version
clang version 9.0.0 (tags/RELEASE_900/final)
Target: i68…
-
See https://github.com/golang/go/issues/65469#issuecomment-1930624462 for complete context.
For our LUCI infrastructure, we store an official clang toolchain release (https://releases.llvm.org/) in…
-
## Issue
Running halide programs with intel opencl driver on systems that have newer glibc versions installed results in following error:
```sh
pure virtual method called
terminate called withou…
-
Currently the level-zero API is calling clang and llvm-spriv to generate the spv from cl. The user might not have those in their PATH. Therefore it might be better to call [oclocInvoke ](https://intel…
-
### Describe the bug
:lua print(vim.filetype.get_option('htmldjango', 'commentstring'))
prints
but it should be `{# %s #}`
This means `gcc` & co. don't work properly in django templat…