tensor-compiler / array-programming-benchmarks

MIT License
3 stars 0 forks source link

validate: implement validation strategy for ufunc benchmarks #5

Open rohany opened 3 years ago

rohany commented 3 years ago

@weiya711 double check that I got this correct.

When some flag is passed to the benchmarks, both the taco and python benchmarks should dump their result tensor to a given directory with some unique key (that is the same between taco and python). Once all of the benchmarks run, we can run a diff between each of the files (generated by python and taco) to ensure that the taco code is correct.