summaryrefslogtreecommitdiff
path: root/cpu_ref
AgeCommit message (Expand)Author
2017-03-15Remove libutils.so dependency from libRSDriver, libRSCpuRef, and mostMiao Wang
2017-02-28Remove libcutils dependency.Miao Wang
2017-02-28Remove RS_SERVER macros and references to unused headers.Miao Wang
2017-02-16Fix path for the flattened libbcc directory.Jean-Luc Brouillet
2017-02-09frameworks/rs: fix typos and clang-tidy warningsRahul Chaudhry
2017-01-26Merge "Implement multi-thread CPU GEMM for BLAS Intrinsics"Miao Wang
2017-01-26Implement multi-thread CPU GEMM for BLAS IntrinsicsMiao Wang
2017-01-20Cleanup makefiles and warning producing code.Jean-Luc Brouillet
2017-01-10Merge "Removed unnecessary dependencies"Yang Ni
2017-01-10Removed unnecessary dependenciesYang Ni
2017-01-09Minor cleanupYang Ni
2016-11-23Fix error handling problemsTing-Yuan Huang
2016-11-17Fix google-build-using-namespace warnings in cpu_ref.Chih-Hung Hsieh
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-28Merge "Support x86+arm mode"Victor Khimenko
2016-10-28Support x86+arm modeVictor Khimenko
2016-10-28Fix x86+arm multilib branchVictor Khimenko
2016-08-11Use __builtin_tgamma instead of tgamma.Dan Albert
2016-07-01Fix clang-tidy warnings in frameworks/rs.Chih-Hung Hsieh
2016-06-27Fixed unsafe use of stringstream.str()Yang Ni
2016-06-14Delete simple reduction implementation.David Gross
2016-05-06Merge "Fix string formatting issue in rsCpuExecutable.cpp"Miao Wang
2016-05-05Fix string formatting issue in rsCpuExecutable.cppMiao Wang
2016-05-04Avoid breaking on dead launch optionsYang Ni
2016-04-26Merge "Refactor ARM Blur prefill logic."Miao Wang
2016-04-21Add TODO for proper fix of the race condition during CPU referenceMiao Wang
2016-04-21Refactor ARM Blur prefill logic.Simon Hosie
2016-04-21Remove unnecessary logcat messageYang Ni
2016-04-15Multithreaded execution of general reduction kernels over 2D and 3D iteration...David Gross
2016-04-15Guard general reduction logging output under property "debug.rs.reduce".David Gross
2016-04-15Multithreaded execution of certain general reduction kernels; reduction test ...David Gross
2016-04-06Avoid accessing TLS in rsClearObject()Yang Ni
2016-04-01Merge "Remove unused variables"Yang Ni
2016-03-31Fix and enable advsimd_Blend.S for arm64 IntrinsicBlend.Miao Wang
2016-03-30Remove unused variablesYang Ni
2016-03-24Merge "Separate libRS.so into public and internal libs"Yang Ni
2016-03-24Separate libRS.so into public and internal libsYang Ni
2016-03-22X86: Fix IntrinsicBlend bugs and re-enable BLEND_DST_ATOP optimizationYong Chen
2016-03-18Fixed intrinsics inside a script groupYang Ni
2016-02-26Better handle error log and nullptr reference.Miao Wang
2016-02-10Merge "Add a new libclcore_g library which contains debug info."Stephen Hines
2016-02-03Switch "transpose" for Matrix A & B, after gemmlowp change.Miao Wang
2016-01-30Move scalar function implementations from into driver/runtime.Verena Beckham
2016-01-31Merge "Move implementation of rsFrac from cpu_ref into driver/runtime."Stephen Hines
2016-01-19Support for general reduction kernels.David Gross
2016-01-15Expect to see "exportReduceNewCount: 0" in metadata.David Gross
2015-12-18Add a new libclcore_g library which contains debug info.Verena Beckham
2015-12-17Move implementation of rsFrac from cpu_ref into driver/runtime.Verena Beckham
2015-11-13Various fixes in setting globals in a script groupYang Ni