Sergey Pokhodenko

Results 30 issues of Sergey Pokhodenko

To clarify. This should be >=1.19. Version of numpy to build with should be defined in build system. Now there is no such possibility. _Originally posted by @PokhodenkoSA in https://github.com/IntelPython/dpctl/pull/641#r738759730_

infrastructure

From time to time we face the situation when code is not changes but CI starts failing. This is usually happens because new development package appears on the channels. We...

infrastructure

- [ ] GitHub workflow for testing stable numba-dpex with numba master - [ ] Badge on main page - [ ] Possibility to subscribe to the status for Numba...

infrastructure
numba

Draw block schema with data flow and provide info about tools available to debug each step.

documentation

- [x] Test scripts - [x] #566 - [x] #568 - [ ] #587 - [ ] #579 - [ ] Public CI

tests
infrastructure
debug

Need run GDB tests exclusively with other GPU tests. GDB for GPU hungs all other GPU tasks. _Originally posted by @PokhodenkoSA in https://github.com/IntelPython/numba-dppy/issues/568#issuecomment-926488627_

bug
tests
debug

Need restart GDB test if received SIGTRAP ``` Thread 2.1 received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread 1.1073741888 (inactive)] 0x0000000000000000 in ?? () (gdb) ``` _Originally posted by @PokhodenkoSA...

bug
tests
debug

Setting `debuginfo` to default value inside `compiler.Flags()` sounds like a great idea, if possible _Originally posted by @AlexanderKalistratov in https://github.com/IntelPython/numba-dppy/pull/424#discussion_r649947552_

enhancement
numba

DEBUG variable should be removed from numba_dppy.compiler. It will require replace callers code. It is for separate PR. _Originally posted by @PokhodenkoSA in https://github.com/IntelPython/numba-dppy/pull/354#r634417351_

good first issue
debug