Skip to content
#

cuda

Here are 2,491 public repositories matching this topic...

numba
njriasan
njriasan commented Oct 21, 2020

.join seems to not work properly with unicode arrays. Here is a reproducer:

In [16]: str_arr = np.array(["hi", "there"])

In [17]: ",".join(str_arr)
Out[17]: 'hi,there'
In [18]: numba.njit(lambda str_arr: ",".join(str_arr))(str_arr)
TypingError: Failed in nopython mode pipeline (step: nopython frontend)
- Resolution failure for literal arguments:
No implementation of function 
futhark

Improve this page

Add a description, image, and links to the cuda topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cuda topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.