summaryrefslogtreecommitdiff
path: root/utests/compiler_write_only.cpp
Commit message (Collapse)AuthorAgeFilesLines
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
| | | | | | | | To make the license statement consistent to each other, adjust all license versions to v2.1+. Thus beignet should have a pure LGPL v2.1+ license. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
* Added support for __local pointer in kernel arguments. This require to add moreBenjamin Segovia2012-11-091-1/+20
| | | | features in the run-time and proper support in the rest of the compiler
* Added support for some Gen extensions. The idea is mostly to play with Genbsegovia2012-09-171-19/+0
| | | | | | | | | | | | | | | | specific hardware and propose simple way to use them. We have three extensions here: - Gen register regions. This allows us to perform strided loads in the register file. To implement that on top of OCL, the idea is to encapsulate them in a function with a side effect. Not really clean but it works. - Gen gather from register file. Same idea but here we simply gather data from a bunch of registers - Vote any/all. This is basically the same idea as ptx i.e. uniform predicates for branches. - block read/write. Just to play with uniform load/store messages I added a bunch of tests for all that and fix thing here and there to make them work
* Finished the small test frameworkBenjamin Segovia2012-08-101-9/+8
|
* Revamped tests to make them smaller and simpler (and more automatic to use)Benjamin Segovia2012-08-101-5/+5
|
* tests -> utestsBenjamin Segovia2012-08-101-0/+44