Skip to content

Commit 111db0e

Browse files
author
Rohan Yadav
committed
taco: make sure that taco ufunc benchmark names line up with python
1 parent 3bf8b1f commit 111db0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

taco/ufuncs.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ Func xorOp("logical_xor", GeneralAdd(), xorAlgebra());
247247

248248
#define FOREACH_FROSTT_TENSOR(__func__) \
249249
__func__(nips, "nips.tns") \
250-
__func__(uber_pickups, "uber-pickups.tns") \
251-
__func__(chicago_crime, "chicago-crime.tns") \
252-
__func__(lbnl_network, "lbnl-network.tns") \
250+
__func__(uber-pickups, "uber-pickups.tns") \
251+
__func__(chicago-crime, "chicago-crime.tns") \
252+
__func__(lbnl-network, "lbnl-network.tns") \
253253
__func__(enron, "enron.tns") \
254254
__func__(nell-2, "nell-2.tns") \
255255
__func__(vast, "vast.tns")

0 commit comments

Comments
 (0)