Skip to content

Commit c5a4044

Browse files
authored
[BOO] Fix setup for tuning specs path (#1075)
This file was moved a while ago, so boo has just been silently broken unless installed from a cloned repo. I'd like to find a way to test this soon, but we need to fix this immediately. Signed-off-by: zjgarvey <zjgarvey@gmail.com>
1 parent e9064dc commit c5a4044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def initialize_options(self):
100100
package_data={
101101
"iree.turbine": [
102102
"ops/templates/*.mlir",
103-
"kernel/boo/conv_exports/tuning_specs.mlir",
103+
"kernel/boo/runtime/tuning_specs.mlir",
104104
], # Include MLIR templates
105105
},
106106
entry_points={

0 commit comments

Comments
 (0)