• Lei Wang's avatar
    [Refactor] Phrase out torch cpp extension backend (#104) · 303e86d1
    Lei Wang authored
    * Remove Torch CPP backend and update execution backend options
    
    - Remove TorchCPPKernelAdapter and related code from JIT modules
    - Update execution backend options in jit/__init__.py, kernel.py, and adapter/__init__.py
    - Remove "torch_cpp" from supported execution backend literals
    - Simplify backend validation and remove unused torch_cpp-related code
    。
    
    * lint fix
    303e86d1
kernel.py 7.8 KB