Commit c2fe258a by Antonio Maiorano

Regres: use Subzero backend by default

Use the Subzero backend instead of LLVM when running Regres per CL. Turnaround times should be faster, and since Chromium now uses SwiftShaderVK/Subzero, we'll know which CL breaks it, if any. Change-Id: If164d87c4946a1f7899c3407cc31fa2f1eba4931 Bug: b/152216043 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/44628Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarAntonio Maiorano <amaiorano@google.com> Kokoro-Result: kokoro <noreply+kokoro@google.com>
parent b3854cec
...@@ -1015,7 +1015,7 @@ func (r *regres) newTest(commit git.Hash) *test { ...@@ -1015,7 +1015,7 @@ func (r *regres) newTest(commit git.Hash) *test {
checkoutDir: checkoutDir, checkoutDir: checkoutDir,
resDir: resDir, resDir: resDir,
buildDir: filepath.Join(checkoutDir, "build"), buildDir: filepath.Join(checkoutDir, "build"),
reactorBackend: backendLLVM, reactorBackend: backendSubzero,
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment