mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-24 00:40:14 +00:00
reduce: increase default step limit (#3327)
This commit is contained in:
parent
49842b88ee
commit
54fb17b2d3
@ -19,7 +19,7 @@
|
||||
|
||||
namespace {
|
||||
// The default maximum number of steps the reducer will take before giving up.
|
||||
const uint32_t kDefaultStepLimit = 250;
|
||||
const uint32_t kDefaultStepLimit = 2500;
|
||||
} // namespace
|
||||
|
||||
spv_reducer_options_t::spv_reducer_options_t()
|
||||
|
Loading…
Reference in New Issue
Block a user