remove PROFILE=1 option, it's just VIZ=1 [pr] (#12176)

* remove PROFILE=1 option, it's just VIZ=1 [pr]

* sqtt

* sqtt 2

* return last

* rename
This commit is contained in:
qazal
2025-09-15 12:51:50 +03:00
committed by GitHub
parent 65397bfdeb
commit a388d2cb1a
9 changed files with 16 additions and 20 deletions

View File

@@ -408,7 +408,7 @@ class TestVizProfiler(unittest.TestCase):
get_profile(prof)
def test_python_marker(self):
with Context(PROFILE=1):
with Context(VIZ=1):
a = Tensor.empty(1, device="NULL")
b = Tensor.empty(1, device="NULL")
(a+b).realize()