Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72f45777 authored by Miao Wang's avatar Miao Wang Committed by android-build-merger
Browse files

Correctly pass number of input allocations for BLAS

am: 166b4028

Change-Id: I3afae51d6a21b6261fc31696ec0a0072f004275c
parents cd13ea01 166b4028
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}