Merge "Correctly pass number of input allocations for BLAS" am: 8d08d0fa83 am: e443dd04b0

am: e59e92d497

Change-Id: Ie9236113ec899ab9ba1ecebf15739e161aa206ac
This commit is contained in:
Miao Wang
2016-10-06 21:27:42 +00:00
committed by android-build-merger

View File

@@ -644,7 +644,7 @@ nScriptIntrinsicBLAS_Single(JNIEnv *_env, jobject _this, jlong con, jlong id, ji
in_allocs[2] = (RsAllocation)C;
rsScriptForEachMulti((RsContext)con, (RsScript)id, 0,
in_allocs, sizeof(in_allocs), nullptr,
in_allocs, NELEM(in_allocs), nullptr,
&call, sizeof(call), nullptr, 0);
}