History log of /frameworks/rs/cpp/ScriptIntrinsicBLAS.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dfcfabfccad8a8f2f42f83081638c7e5c9bfb4b9 04-Nov-2016 Chih-Hung Hsieh <chh@google.com> Fix google-build-using-namespace warnings.

Replace "using namespace ..." with "using namespace::identifier"
for every imported identifiers.

Bug: 32670901
Test: make with WITH_TIDY=1
Change-Id: Iae11a95b386c7e783e3bc50312a8fd4209e4ced7
/frameworks/rs/cpp/ScriptIntrinsicBLAS.cpp
93ddf62ab18ed17d96189a602a8cbde83712a3e9 06-Oct-2016 Miao Wang <miaowang@google.com> Correctly pass number of input allocations for RS NDK BLAS.

Bug: 31992305

Test: Build and CTS RsCpp test pass.
Change-Id: I5d55dd3cfa1b6eff1c4d9dfa5315e7e962bf6588
/frameworks/rs/cpp/ScriptIntrinsicBLAS.cpp
45768e1663714702c0c2b7adf14fdbd80dae71f5 10-Aug-2016 Chih-Hung Hsieh <chh@google.com> Fix clang-tidy performance warnings.

* Use const reference type for read-only parameters.
Bug: 30407689
Test: build with WITH_TIDY=1

Change-Id: I7c19a10f0ae0b4784851bedbcaf1c4565c6616d1
/frameworks/rs/cpp/ScriptIntrinsicBLAS.cpp
49b1226e8399f2ad4a9fd4482ece95dab2ad53b8 04-Sep-2015 Miao Wang <miaowang@google.com> Implement IntrinsicBLAS for RS C++ API

Change-Id: I2337340ce9ed43ab49b55b37d349b696bb0679a1
/frameworks/rs/cpp/ScriptIntrinsicBLAS.cpp