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

8 lines
183 B
Python
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
'''
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