Skip to content

Commit

Permalink
Enable test_store_constant_default_dtype (#1678)
Browse files Browse the repository at this point in the history
Closes #1534.

Signed-off-by: Igoshev, Iaroslav <[email protected]>
  • Loading branch information
YarShev authored Jul 22, 2024
1 parent ac9126d commit 7baaba8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions python/triton/runtime/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1130,9 +1130,6 @@ def __init__(self, fn, **kwargs):
self.def_file_lineno: int = 0

def rewrite_ast(self):
# FIXME: This is a temporary workaround to avoid compilation failures.
return self.fn

# If exception is raise, it means the function does not have source code available,
# e.g., dynamically generated functions, we cannot rewrite it so just return the original function
try:
Expand Down
1 change: 0 additions & 1 deletion scripts/skiplist/a770/interpreter.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# https://github.com/intel/intel-xpu-backend-for-triton/issues/1434
test/unit/language/test_core.py::test_store_constant_default_dtype[1]
test/unit/language/test_core.py::test_dot_without_load[float16]
test/unit/language/test_core.py::test_masked_load_shared_memory[dtype1]
test/unit/language/test_core.py::test_dot_max_num_imprecise_acc[32-float8e4nv-64-64-64-128-256-256]
Expand Down
1 change: 0 additions & 1 deletion scripts/skiplist/default/interpreter.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# https://github.com/intel/intel-xpu-backend-for-triton/issues/1434
test/unit/language/test_core.py::test_store_constant_default_dtype[1]
test/unit/language/test_core.py::test_dot_without_load[float16]
test/unit/language/test_core.py::test_masked_load_shared_memory[dtype1]
test/unit/language/test_core.py::test_dot_max_num_imprecise_acc[32-float8e4nv-64-64-64-128-256-256]
Expand Down
1 change: 0 additions & 1 deletion scripts/skiplist/lts/interpreter.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# https://github.com/intel/intel-xpu-backend-for-triton/issues/1434
test/unit/language/test_core.py::test_store_constant_default_dtype[1]
test/unit/language/test_core.py::test_dot_without_load[float16]
test/unit/language/test_core.py::test_dot_max_num_imprecise_acc[0-float8e4nv-64-64-64-128-256-256]
test/unit/language/test_core.py::test_dot_max_num_imprecise_acc[0-float8e5-128-256-128-128-256-256]
Expand Down

0 comments on commit 7baaba8

Please sign in to comment.