-
| | |
| --- | --- |
| Bugzilla Link | [39597](https://llvm.org/bz39597) |
| Version | trunk |
| OS | All |
| CC | @hfinkel,@RKSimon,@rotateright |
## Extended Description
```c
void foo(un…
-
Hello there, I met a strange issue when using LLVM/Clang to build c code with RISC-V Vector extension enabled, see test code here https://godbolt.org/z/GreE5bTWo
I am expecting when passing `-O2 -m…
-
| | |
| --- | --- |
| Bugzilla Link | [47436](https://llvm.org/bz47436) |
| Version | trunk |
| OS | Linux |
| CC | @topperc,@dtemirbulatov,@fhahn,@RKSimon,@rotateright |
## Extended Descrip…
-
```
What version of the product are you using? On what operating system?
Aparapi on Ubuntu 12.04
Please provide any additional information below.
I am looking into the possibility of using the Aparap…
-
```
What version of the product are you using? On what operating system?
Aparapi on Ubuntu 12.04
Please provide any additional information below.
I am looking into the possibility of using the Aparap…
-
```
What version of the product are you using? On what operating system?
Aparapi on Ubuntu 12.04
Please provide any additional information below.
I am looking into the possibility of using the Aparap…
-
When i play with the case in Tests/Vectorization, the computation time will double or more if the mpi ranks increase from 1 to 10. It is a little confusing since there is no data communication in this…
-
请问vectorization.py程序运行一次结果要多久,为什么我跑了几十分钟还是出不来结果?
-
Our current configuration logic for SIMD vectorization support is as follows:
- We select the level of vectorization support statically at (deal.II library) configuration time and record it via `DEA…
-
With test code like this:
```
template
__attribute__((noinline)) int testForLoop(Span span) {
int sum = 0;
for (auto it = span.begin() + 1; it < span.end(); ++it) {
sum += *it - *(it …