Merge "Correctly pass number of input allocations for BLAS"
am: 8d08d0fa83
Change-Id: Ia2624e12f3122119814f082f24e02052a19ecd9c
This commit is contained in:
@@ -644,7 +644,7 @@ nScriptIntrinsicBLAS_Single(JNIEnv *_env, jobject _this, jlong con, jlong id, ji
|
|||||||
in_allocs[2] = (RsAllocation)C;
|
in_allocs[2] = (RsAllocation)C;
|
||||||
|
|
||||||
rsScriptForEachMulti((RsContext)con, (RsScript)id, 0,
|
rsScriptForEachMulti((RsContext)con, (RsScript)id, 0,
|
||||||
in_allocs, sizeof(in_allocs), nullptr,
|
in_allocs, NELEM(in_allocs), nullptr,
|
||||||
&call, sizeof(call), nullptr, 0);
|
&call, sizeof(call), nullptr, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user