Michael Collison

Results 9 issues of Michael Collison

This pull request partially address issue: https://github.com/numba/numba/issues/6448 by adding support for retrieving the local memory size utilized by a kernel from the Dispatcher.

4 - Waiting on author
CUDA
Effort - medium

This pull request partially address issue: https://github.com/numba/numba/issues/6448 by adding support for retrieving the constant memory size utilized by a kernel from the Dispatcher.

CUDA
4 - Waiting on reviewer

This pull request add operator support for the following fp 16 operations: +, -, *, neg, abs. This PR partly addresses the meta issue "add fp16 support": https://github.com/numba/numba/issues/4402. This PR...

CUDA
4 - Waiting on reviewer

After following the instructions for configuring to build flex I receive the following errors: gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -MT flex-yylex.o -MD -MP -MF .deps/flex-yylex.Tpo -c -o flex-yylex.o `test...

This pull request adds support for the following floating point 16 math functions: - hsin - hcos - hlog - hlog10 - hlog2 - hexp - hexp10 - hexp2 -...

4 - Waiting on author
CUDA

This PR addresses issue 7954: https://github.com/numba/numba/issues/7954 by adding compute capability to the compiler flags which can be checked during lowering. It also adds a test case where tanh is converted...

CUDA
4 - Waiting on reviewer

This pull request partially address issue: https://github.com/numba/numba/issues/6448 by adding support for retrieving the maximum threads per block utilized from the Dispatcher.

3 - Ready for Review
CUDA
Effort - medium

This pull request adds support for including compiler-rt as a artifact. It is meant to address this outstanding issue: https://github.com/numba/llvmlite/issues/834

3 - Ready for Review

This pull request adds support for importing symbols from a static library into the execution engine.

4 - Waiting on reviewer