Merge "Correctly pass number of input allocations for BLAS" into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot
2016-10-07 20:46:17 +00:00
committed by Android (Google) Code Review

View File

@@ -632,7 +632,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);
}