Skip to content

etaf/torch-xpu-ops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torch-xpu-ops*

torch-xpu-ops is an xpu implementation of PyTorch ATen operators.

Build

  • Standalone - Require pre-installation of PyTorch
mkdir build
cd build && cmake -DTORCH_XPU_OPS_BUILD_MODE=standalone -DBUILD_TEST=1 -DPYTORCH_INSTALL_DIR=YOUR_PYTORCH_INSTALLATION_DIR ..
make -j x
  • Submodule - Build as a submodule of PyTorch
# Setup PyTorch source project. torch-xpu-ops is included by default.
python setup.py install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.4%
  • CMake 29.1%
  • Python 2.5%