Skip to content

Commit

Permalink
aio op_builder delete unused method importing (microsoft#22)
Browse files Browse the repository at this point in the history
* add aio in xpu_upstream

* Update async_io.py deleting private path

* Update async_io.py
  • Loading branch information
Liangliang-Ma committed Oct 20, 2023
1 parent 6024e05 commit beab27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op_builder/xpu/async_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import distutils.spawn
import subprocess

from .builder import SYCLOpBuilder, sycl_kernel_path, sycl_kernel_include
from .builder import SYCLOpBuilder


class AsyncIOBuilder(SYCLOpBuilder):
Expand Down

0 comments on commit beab27b

Please sign in to comment.