summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuScriptGroup2.cpp
AgeCommit message (Expand)Author
2017-05-04Use different .so names in a debug contextYang Ni
2017-04-19[debugger] make the ScriptGroup inspection point weakLuke Drummond
2017-03-22Removed incorrect assertsYang Ni
2017-03-15Remove libutils.so dependency from libRSDriver, libRSCpuRef, and mostMiao Wang
2017-02-16Fix path for the flattened libbcc directory.Jean-Luc Brouillet
2016-11-08Merge "Add a debugger hook point during script group compilation at -O0."Yang Ni
2016-11-01Add a debugger hook point during script group compilation at -O0.Aidan Dodds
2016-10-28Support x86+arm modeVictor Khimenko
2016-06-27Fixed unsafe use of stringstream.str()Yang Ni
2016-04-06Avoid accessing TLS in rsClearObject()Yang Ni
2016-03-18Fixed intrinsics inside a script groupYang Ni
2015-11-13Various fixes in setting globals in a script groupYang Ni
2015-08-14Add a basic implementation of the reduce kernel API to the CPUMatt Wala
2015-07-17Add a flag to the API to specify -O0 on the bcc command line.verena beckham
2015-06-29Avoid overwriting shared library file that is openYang Ni
2015-06-23Check for kernel chaining in ScriptGroupYang Ni
2015-05-27Avoid casting for CpuScript objectYang Ni
2015-05-14Generate global info for fused kernelYang Ni
2015-05-06Add a way to link against different driver names.Stephen Hines
2015-04-16Dedup checksum calculation routinesYang Ni
2015-04-14Compute checksum for script group generated codeYang Ni
2015-04-13Added a name to ScriptGroup2Yang Ni
2015-03-31Clean up ScriptGroup2 implementationYang Ni
2015-03-25Wrap TEMP_FAILURE_RETRY around system callsPirama Arumuga Nainar
2015-03-16Pass RsExpandKernelDriverInfo not RsExpandKernelParams.David Gross
2015-03-12Merge "Handle FP precision in kernel fusion"Yang Ni
2015-03-11Add new APIs rsGetDim[XYZ]() and add RSTest test cases to exercise them.David Gross
2015-03-11Handle FP precision in kernel fusionYang Ni
2015-03-10Runtime support for Script Group as single moduleYang Ni
2015-02-24Merge "Move use of tempnam to mkstemp."Yabin Cui
2015-02-24Move use of tempnam to mkstemp.Yabin Cui
2015-02-20Moved class ScriptExecutable to its own moduleYang Ni
2015-02-10Reformat and remove STL reference from headerYang Ni
2015-02-04Runtime support for invocables in ScriptGroupsYang Ni
2015-02-02Runtime support for compiler kernel fusion.Yang Ni
2015-01-26add array launch support.Jason Sams
2015-01-07New Script Group API: runtime and cpu driver support.Yang Ni