Michael Collison
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.
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.
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...
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 -...
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...
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.
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
This pull request adds support for importing symbols from a static library into the execution engine.