Skip to content

Commit

Permalink
futhark-benchmarks: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jul 5, 2023
1 parent 83cf279 commit d79962c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futhark-benchmarks
Submodule futhark-benchmarks updated 29 files
+24 −18 external-data.txt
+2 −2 finpar/InterestCalib.fut
+5 −5 misc/knn-by-kdtree/buildKDtree.fut
+1 −1 misc/knn-by-kdtree/util.fut
+34 −1 pbbs/fut2pbbs.c
+1 −0 pbbs/minSpanningForest/data/3Dgrid_WE_8000000.in
+1 −0 pbbs/minSpanningForest/data/3Dgrid_WE_8000000.out
+1 −0 pbbs/minSpanningForest/data/rMatGraph_WE_12_2250000.in
+1 −0 pbbs/minSpanningForest/data/rMatGraph_WE_12_2250000.out
+1 −0 pbbs/minSpanningForest/data/randLocalGraph_WE_10_2000000.in
+1 −0 pbbs/minSpanningForest/data/randLocalGraph_WE_10_2000000.out
+3 −0 pbbs/minSpanningForest/futhark.pkg
+103 −0 pbbs/minSpanningForest/lib/github.com/diku-dk/segmented/segmented.fut
+74 −0 pbbs/minSpanningForest/lib/github.com/diku-dk/segmented/segmented_tests.fut
+3 −0 pbbs/minSpanningForest/lib/github.com/diku-dk/sorts/.gitignore
+25 −0 pbbs/minSpanningForest/lib/github.com/diku-dk/sorts/bubble_sort.fut
+48 −0 pbbs/minSpanningForest/lib/github.com/diku-dk/sorts/bubble_sort_tests.fut
+28 −0 pbbs/minSpanningForest/lib/github.com/diku-dk/sorts/insertion_sort.fut
+48 −0 pbbs/minSpanningForest/lib/github.com/diku-dk/sorts/insertion_sort_tests.fut
+51 −0 pbbs/minSpanningForest/lib/github.com/diku-dk/sorts/merge_sort.fut
+48 −0 pbbs/minSpanningForest/lib/github.com/diku-dk/sorts/merge_sort_tests.fut
+98 −0 pbbs/minSpanningForest/lib/github.com/diku-dk/sorts/quick_sort.fut
+48 −0 pbbs/minSpanningForest/lib/github.com/diku-dk/sorts/quick_sort_test.fut
+110 −0 pbbs/minSpanningForest/lib/github.com/diku-dk/sorts/radix_sort.fut
+46 −0 pbbs/minSpanningForest/lib/github.com/diku-dk/sorts/radix_sort_tests.fut
+104 −0 pbbs/minSpanningForest/minSpanningForest.fut
+22 −0 pbbs/pbbs2fut.c
+2 −2 rodinia/backprop/backprop.fut
+2 −11 rodinia/bfs/bfs_asympt_ok_but_slow.fut

0 comments on commit d79962c

Please sign in to comment.