Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

blacksholes njit does not get offloaded to GPU #77

@reazulhoque

Description

@reazulhoque

Reporting a bug

Example Blacksholes numba/dppl/examples/blacksholes_njit.py does not get offloaded to GPU.

The error seems to be generated from logterm = np.log(sptprice / strike) (line 19).

During the lowering of the parfor in numba/dppl/dppl_lowerer.py(1088), we fail with the following error

ValueError: ctypes objects containing pointers cannot be pickled

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions