Skip to content

Commit

Permalink
Fix AttributeError: module 'torch' has no attribute 'xpu' (#1553)
Browse files Browse the repository at this point in the history
Signed-off-by: Whitney Tsang <[email protected]>
  • Loading branch information
whitneywhtsang authored Jul 2, 2024
1 parent 45addfe commit d1a46d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/test/unit/language/test_pipeliner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import pytest
import torch
import intel_extension_for_pytorch # type: ignore # noqa: F401

import triton
import triton.language as tl
import triton.tools.experimental_descriptor
Expand Down

0 comments on commit d1a46d6

Please sign in to comment.