summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuScriptGroup2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid accessing TLS in rsClearObject()Yang Ni2016-04-061-4/+2
* Fixed intrinsics inside a script groupYang Ni2016-03-221-1/+18
* Various fixes in setting globals in a script groupYang Ni2015-11-131-2/+2
* Add a basic implementation of the reduce kernel API to the CPUMatt Wala2015-08-141-6/+6
* Add a flag to the API to specify -O0 on the bcc command line.verena beckham2015-07-171-2/+7
* Avoid overwriting shared library file that is openYang Ni2015-06-291-3/+44
* Check for kernel chaining in ScriptGroupYang Ni2015-06-231-1/+20
* Avoid casting for CpuScript objectYang Ni2015-05-271-6/+9
* Generate global info for fused kernelYang Ni2015-05-141-0/+10
* Add a way to link against different driver names.Stephen Hines2015-05-061-1/+2
* Dedup checksum calculation routinesYang Ni2015-04-161-63/+34
* Compute checksum for script group generated codeYang Ni2015-04-141-21/+81
* Added a name to ScriptGroup2Yang Ni2015-04-131-1/+3
* Clean up ScriptGroup2 implementationYang Ni2015-03-311-5/+3
* Wrap TEMP_FAILURE_RETRY around system callsPirama Arumuga Nainar2015-03-251-40/+6
* Pass RsExpandKernelDriverInfo not RsExpandKernelParams.David Gross2015-03-161-23/+21
* Merge "Handle FP precision in kernel fusion"Yang Ni2015-03-121-4/+35
|\
| * Handle FP precision in kernel fusionYang Ni2015-03-111-4/+35
* | Add new APIs rsGetDim[XYZ]() and add RSTest test cases to exercise them.David Gross2015-03-111-0/+1
|/
* Runtime support for Script Group as single moduleYang Ni2015-03-101-76/+156
* Merge "Move use of tempnam to mkstemp."Yabin Cui2015-02-241-4/+15
|\
| * Move use of tempnam to mkstemp.Yabin Cui2015-02-241-4/+15
* | Moved class ScriptExecutable to its own moduleYang Ni2015-02-201-12/+4
|/
* Reformat and remove STL reference from headerYang Ni2015-02-101-34/+35
* Runtime support for invocables in ScriptGroupsYang Ni2015-02-041-278/+311
* Runtime support for compiler kernel fusion.Yang Ni2015-02-021-29/+245
* add array launch support.Jason Sams2015-01-261-8/+9
* New Script Group API: runtime and cpu driver support.Yang Ni2015-01-071-0/+192