numba icon indicating copy to clipboard operation
numba copied to clipboard

Add get_const_mem_size method to Dispatcher

Open testhound opened this issue 2 years ago • 5 comments

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.

testhound avatar Jul 28 '22 17:07 testhound

gpuci run tests

testhound avatar Jul 28 '22 17:07 testhound

gpuci run tests

testhound avatar Jul 29 '22 15:07 testhound

@gmarkall I updated the docstring with you recommendation.

testhound avatar Jul 29 '22 15:07 testhound

gpuci run tests

testhound avatar Aug 09 '22 00:08 testhound

@gmarkall I updated the PR with all your comments and your patch.

testhound avatar Aug 09 '22 00:08 testhound

Buildfarm ID: numba_smoketest_cuda_yaml_149.

stuartarchibald avatar Aug 17 '22 10:08 stuartarchibald

Buildfarm ID: numba_smoketest_cuda_yaml_149.

Passed.

stuartarchibald avatar Aug 17 '22 11:08 stuartarchibald

gpuci run tests

gmarkall avatar Aug 17 '22 11:08 gmarkall