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