Antonio Maiorano
Antonio Maiorano
Using the new MSVC support for ASAN, running marl-unittests will report different address sanitizer errors on each run, but always from `SchedulerParams/WithBoundScheduler.BlockingCallVoidReturn/*`. It's possible skipping this suite would lead to...
Also add an event.cpp to include event.hpp to ensure the file can be included without needing to include dependent headers first.
### BlueRetro firmware version v1.8.2 ### BlueRetro firmware specification HW1 ### BlueRetro firmware variant Universal ### BlueRetro hardware type External adapter with detachable cord ### Manufacturer I did ### System...
### BlueRetro firmware version v1.8.1 ### BlueRetro firmware specification HW1 ### BlueRetro firmware variant Universal ### BlueRetro hardware type External adapter with detachable cord ### Manufacturer Me ### System used...
**Description** With a compute shader with `numthreads(1,1,1)` where a `groupshared` variable is initialized to zero, DXC emits different code depending on whether the write is conditional on the group index....
ReplaceConstantWithInst(C, V) replaces uses of C in the current function with V. If such a use C is an instruction I, the it replaces uses of C in I with...