Uh oh!
There was an error while loading. Please reload this page.
Patch for disable emit_environment_object() for dppl context - #100
Conversation
PokhodenkoSA
commented
Nov 10, 2020
Try to remove and run checks. @diptorupd faced segfaults some time ago without this modifications. |
Previously, we were running However, we never pass anything using the global pointer and it is never accessed, so it might be fine just reverting the change. We have turned off If after reverting the change, the tests pass then we should merge. @PokhodenkoSA If we remove the code in Line 97 in de35af5 |
Change introduced in 947b407 by @reazulhoque.
PokhodenkoSA
commented
Nov 13, 2020
Created for it - IntelPython/numba-dpex#6 |
PokhodenkoSA
commented
Nov 13, 2020
Tested locally - no new failed tests. Will merge it. |
Change introduced in 947b407 by @reazulhoque.