| 1 | # Since ppq 0.6.4, PPQ_CONFIG.USING_CUDA_KERNEL = False is the defualt execution option in ppq. |
| 2 | # However you should notice that if you are able to compile ppq kernel functions, the execution speed wiil boost at least 3x. |
| 3 | # This example will show you how to enable kernel function within ppq. |
| 4 | # if you want to use kernel function everywhere, just rewrite ppq.core.config.PPQ_CONFIG.USING_CUDA_KERNEL = True |
nothing calls this directly
no test coverage detected