1. f9bd1f2 Multithreaded execution of general reduction kernels over 2D and 3D iteration spaces. by David Gross · 9 years ago
  2. 013ff53 Guard general reduction logging output under property "debug.rs.reduce". by David Gross · 9 years ago
  3. 35dbc8c Multithreaded execution of certain general reduction kernels; reduction test overhaul. by David Gross · 9 years ago
  4. ade3137 Avoid accessing TLS in rsClearObject() by Yang Ni · 9 years ago
  5. 49f4e2b Merge "Remove unused variables" by Yang Ni · 9 years ago
  6. a615daa Fix and enable advsimd_Blend.S for arm64 IntrinsicBlend. by Miao Wang · 9 years ago
  7. c2459dc Remove unused variables by Yang Ni · 9 years ago
  8. afec5d1 Merge "Separate libRS.so into public and internal libs" by Yang Ni · 9 years ago
  9. 3df9bb0 Separate libRS.so into public and internal libs by Yang Ni · 9 years ago
  10. 7c892ee X86: Fix IntrinsicBlend bugs and re-enable BLEND_DST_ATOP optimization by Yong Chen · 9 years ago
  11. 7a106ad Fixed intrinsics inside a script group by Yang Ni · 9 years ago
  12. 68e0089 Better handle error log and nullptr reference. by Miao Wang · 9 years ago
  13. dc5fa3c Merge "Add a new libclcore_g library which contains debug info." by Stephen Hines · 9 years ago
  14. e4f999b Switch "transpose" for Matrix A & B, after gemmlowp change. by Miao Wang · 9 years ago
  15. e0f52d6 Move scalar function implementations from into driver/runtime. by Verena Beckham · 9 years ago
  16. a48442a Merge "Move implementation of rsFrac from cpu_ref into driver/runtime." by Stephen Hines · 9 years ago
  17. 6c1876b Support for general reduction kernels. by David Gross · 9 years ago
  18. 46c93e4 Expect to see "exportReduceNewCount: 0" in metadata. by David Gross · 9 years ago
  19. fb99e0f Add a new libclcore_g library which contains debug info. by Verena Beckham · 9 years ago
  20. d1be4d8 Move implementation of rsFrac from cpu_ref into driver/runtime. by Verena Beckham · 9 years ago
  21. fef0cd4 Various fixes in setting globals in a script group by Yang Ni · 9 years ago
  22. e0bb9e8 Clarify vertical fetch loop in Blur assembly. by Simon Hosie · 9 years ago
  23. f5eb324 Add -Wextra to our RS build. by Stephen Hines · 9 years ago
  24. 9195e51 Update IntrinsicBLAS call to gemmlowp after rebase. by Miao Wang · 9 years ago
  25. e2af295 Rename some instructions to compile with llvm and gas. by Chih-Hung Hsieh · 9 years ago
  26. 14ce007 Add a basic implementation of the reduce kernel API to the CPU by Matt Wala · 9 years ago
  27. 83268ff Merge "Add a flag to the API to specify -O0 on the bcc command line." by Stephen Hines · 9 years ago
  28. f502980 Add a flag to the API to specify -O0 on the bcc command line. by verena beckham · 9 years ago
  29. 5d70cb5 Fix GetCpuInfo() routine to correctly check the cpuinfo file to make by Miao Wang · 9 years ago
  30. 223231f Update eight_bit_int_gemm call after gemmlowp rebase and provide by Miao Wang · 9 years ago
  31. e941f18 Making libRSSupport able to optionally bundle libblas(V8) through dlopen by Miao Wang · 9 years ago
  32. 99d0e81 Update the BNNM cpu reference implementation with NEON friendly gemmlowp. by Miao Wang · 9 years ago
  33. 11fd9ec CPU ref: Fix potential buffer over-read / uninitialized memory access. by Matt Wala · 9 years ago
  34. cac1800 Merge "Make support lib CPU driver able to access IntrinsicBLAS" by Miao Wang · 9 years ago
  35. 4b5b295 Make support lib CPU driver able to access IntrinsicBLAS by Miao Wang · 9 years ago
  36. 06deda3 update the offset type for BLAS.BNNM by Miao Wang · 9 years ago
  37. 8b7ddc3 Merge "Fix BLEND_DST_ATOP and disable vectorized optimizations temporarily." by Stephen Hines · 9 years ago
  38. 1efae29 Avoid overwriting shared library file that is open by Yang Ni · 9 years ago
  39. 820e22b Fix BLEND_DST_ATOP and disable vectorized optimizations temporarily. by Stephen Hines · 9 years ago
  40. 565f981 Merge "Skip the checksum if we have precompiled code on the /system/ partition." by Stephen Hines · 9 years ago
  41. 1c20667 Check for kernel chaining in ScriptGroup by Yang Ni · 9 years ago
  42. 6a236ad Skip the checksum if we have precompiled code on the /system/ partition. by Stephen Hines · 9 years ago
  43. c5b28f7 Merge "Remove dead uses of RSCompilerDriver and of compiler callbacks." by David Gross · 9 years ago
  44. b043df0 Remove dead uses of RSCompilerDriver and of compiler callbacks. by David Gross · 9 years ago
  45. b59f313 Merge "Avoid casting for CpuScript object" by Yang Ni · 9 years ago
  46. c246d91 Fix memory leak when rs invoke function by Yong Chen · 9 years ago
  47. cbff7bc Avoid casting for CpuScript object by Yang Ni · 9 years ago
  48. cee9e98 Merge changes from topic 'global_info' by Stephen Hines · 9 years ago
  49. 5aa018c Update RS driver to support extraction of global variable properties. by Stephen Hines · 10 years ago
  50. c060f14 Use "override" instead of "virtual" when replacing methods. by Stephen Hines · 10 years ago
  51. 902077a Merge "Don't use TEMP_FAILURE_RETRY on close in frameworks/rs." by Elliott Hughes · 10 years ago
  52. 2df5767 Don't use TEMP_FAILURE_RETRY on close in frameworks/rs. by Elliott Hughes · 10 years ago
  53. 8237638 Generate global info for fused kernel by Yang Ni · 10 years ago
  54. 5cb19fd Let vendor drivers access global-variable flags by Pirama Arumuga Nainar · 10 years ago
  55. 6063b3e Merge "remove dead code (ALOGE) in rsCpuIntrinsicBLAS.cpp" by Miao Wang · 10 years ago
  56. e64c3d5 remove dead code (ALOGE) in rsCpuIntrinsicBLAS.cpp by Miao Wang · 10 years ago
  57. 0be70c6 Merge "Add /system/vendor/{lib|lib64} to linker args" by Pirama Arumuga Nainar · 10 years ago
  58. 1de97c3 Merge "Add RSGlobalInfoPass information to RS driver." by Jason Sams · 10 years ago
  59. 682672e Add /system/vendor/{lib|lib64} to linker args by Pirama Arumuga Nainar · 10 years ago
  60. 5e5ca42 Merge "Add a way to link against different driver names." by Jason Sams · 10 years ago
  61. 08ef7b7 fix the CHER, CHPR, ZHER, ZHPR crash due to incorrect param order. by Miao Wang · 10 years ago
  62. b75ba0f fix RsBlas_xgemv and RsBlas_xgbmv crash. (typo) by Miao Wang · 10 years ago
  63. 4c368af Add a way to link against different driver names. by Stephen Hines · 10 years ago
  64. 8409d64 Add RSGlobalInfoPass information to RS driver. by Stephen Hines · 10 years ago
  65. 80afd42 SetError if forEachMtlsSetup fails sanity check by Pirama Arumuga Nainar · 10 years ago
  66. 38014b1 Merge "Tweak arguments to ld.mc" by Pirama Arumuga Nainar · 10 years ago
  67. c2be413 Tweak arguments to ld.mc by Pirama Arumuga Nainar · 10 years ago
  68. 247f8ee Code cleanup: Remove unused typedefs and declarations. by Logan Chien · 10 years ago
  69. f6dc05e Merge "Dedup checksum calculation routines" by Yang Ni · 10 years ago
  70. cb17015 Dedup checksum calculation routines by Yang Ni · 10 years ago
  71. a9139c7 Fix allocation-less launches. by Jason Sams · 10 years ago
  72. 0ced82a Merge "Rename BGEMM to BNNM. Modify layout of eight-bit GEMM-like intrinsic storage." by Tim Murray · 10 years ago
  73. 2b99988 Rename BGEMM to BNNM. Modify layout of eight-bit GEMM-like intrinsic storage. by Tim Murray · 10 years ago
  74. f02a2b0 Compute checksum for script group generated code by Yang Ni · 10 years ago
  75. 8b94222 Added a name to ScriptGroup2 by Yang Ni · 10 years ago
  76. 6363723 remove dead code by Jason Sams · 10 years ago
  77. ca3c91f Merge "Assembly optimisations for Resize." by Jason Sams · 10 years ago
  78. aff7445 Add eight-bit GEMM-like intrinsic. by Tim Murray · 10 years ago
  79. 3a98366 Assembly optimisations for Resize. by Simon Hosie · 10 years ago
  80. bd0af2d Clean up ScriptGroup2 implementation by Yang Ni · 10 years ago
  81. 7ce3943 Remove uses of libcxx.mk. by Dan Albert · 10 years ago
  82. 2fa8a23 Wrap TEMP_FAILURE_RETRY around system calls by Pirama Arumuga Nainar · 10 years ago
  83. d6f44bc Remove unnecessary include of RSInfo.h by Pirama Arumuga Nainar · 10 years ago
  84. 59b35f2 Fix issues with >2D launches by Jason Sams · 10 years ago
  85. b0abb14 Pass RsExpandKernelDriverInfo not RsExpandKernelParams. by David Gross · 10 years ago
  86. 958d8b2 Merge "Handle FP precision in kernel fusion" by Yang Ni · 10 years ago
  87. dced5c9 Add new APIs rsGetDim[XYZ]() and add RSTest test cases to exercise them. by David Gross · 10 years ago
  88. edf4ea3 Handle FP precision in kernel fusion by Yang Ni · 10 years ago
  89. 062c287 Runtime support for Script Group as single module by Yang Ni · 10 years ago
  90. 506cb4f am ad1930cf: Merge "Add build fingerprint and ensure match on .so load" by Pirama Arumuga Nainar · 10 years ago
  91. ad1930c Merge "Add build fingerprint and ensure match on .so load" by Pirama Arumuga Nainar · 10 years ago
  92. aa6757f Add build fingerprint and ensure match on .so load by Pirama Arumuga Nainar · 10 years ago
  93. 8bce1b6 am 3e5318a3: Merge "Move use of tempnam to mkstemp." by Yabin Cui · 10 years ago
  94. 3e5318a Merge "Move use of tempnam to mkstemp." by Yabin Cui · 10 years ago
  95. 433558f Move use of tempnam to mkstemp. by Yabin Cui · 10 years ago
  96. 8186f5c am 405710bf: Merge "Moved class ScriptExecutable to its own module" by Yang Ni · 10 years ago
  97. 2abfcc6 Moved class ScriptExecutable to its own module by Yang Ni · 10 years ago
  98. e9d5ce1 am e15ea72b: Merge "Remove STL references from header files" by Yang Ni · 10 years ago
  99. 5b15e92 am e9c79f66: Merge "Revert "Replaced android::Vector with std::vector."" by Yang Ni · 10 years ago
  100. c31585b Remove STL references from header files by Yang Ni · 10 years ago