| Priority | medium |
|---|---|
| Bug ID | 65822 |
| Assignee | dri-devel@lists.freedesktop.org |
| Summary | [radeonsi] OpenCL is broken |
| Severity | normal |
| Classification | Unclassified |
| OS | Linux (All) |
| Reporter | mustrumr97@gmail.com |
| Hardware | x86-64 (AMD64) |
| Status | NEW |
| Version | git |
| Component | Drivers/Gallium/radeonsi |
| Product | Mesa |
Created attachment 80907 [details]
Test results
I've attached test results.
a[i]=i+1
b[i]=2*a[i]
Test 1: add uints and divide by 3
Test 2: test 1 done 10 times in a for loop
Test 3: divide uints
Test 4: if statement dependent on load with an addition in the false branch.
Test 1 works, tests 2 and 3 halt and test 4 crashes.