ai-content-maker/.venv/Lib/site-packages/numba/cuda/simulator/compiler.py

8 lines
183 B
Python

'''
The compiler is not implemented in the simulator. This module provides a stub
to allow tests to import successfully.
'''
compile_ptx = None
compile_ptx_for_current_device = None