Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/site-packages/numba/cuda/simulator/compiler.py

'''
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
Back to Directory File Manager