Skip to content

Commit 4ce2f83

Browse files
committed
deleted device_properties env, was causing error type
1 parent 83d9993 commit 4ce2f83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel_tuner/backends/hip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def __init__(self, device=0, iterations=7, compiler_options=None, observers=None
6565
env["device_name"] = self.name
6666
env["iterations"] = self.iterations
6767
env["compiler_options"] = compiler_options
68-
env["device_properties"] = self.hipProps
6968
self.env = env
7069

7170
# create a stream and events

0 commit comments

Comments
 (0)