Skip to content

Commit fcf0dbe

Browse files
Fix benchmark bug and clear out redundant code and files
1 parent d8bff85 commit fcf0dbe

File tree

6 files changed

+4
-129
lines changed

6 files changed

+4
-129
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ START_TIME ?=
6666

6767
WRAPPER = $(patsubst run_%,%,$(RUN_BENCH_TARGET))
6868

69-
PACKAGES = owl npy sexplib0 re yojson react uuidm cpdf nbcodec minilight cubicle orun rungen
69+
PACKAGES = owl sexplib0 re yojson react uuidm cpdf nbcodec minilight cubicle orun rungen
7070

7171
ifeq ($(findstring multibench,$(BUILD_BENCH_TARGET)),multibench)
7272
PACKAGES += lockfree kcas domainslib ctypes
@@ -144,6 +144,7 @@ _opam/%: _opam/opam-init/init.sh ocaml-versions/%.json
144144
opam pin add -n --yes --switch $* ocamlfind https://github.com/dra27/ocamlfind/archive/lib-layout.tar.gz
145145
opam pin add -n --yes --switch $* ocplib-endian https://github.com/kit-ty-kate/ocplib-endian/archive/500.tar.gz
146146
opam pin add -n --yes --switch $* owl https://github.com/Sudha247/owl.git#500
147+
opam pin add -n --yes --switch $* owl-base https://github.com/Sudha247/owl.git#500
147148

148149
override_packages/%: setup_sys_dune/%
149150
$(eval CONFIG_SWITCH_NAME = $*)

benchmarks/owl/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(executable
22
(name test_owl)
3-
(libraries owl))
3+
(libraries owl owl-base))
44

55
(alias
66
(name buildbench)

dependencies/packages/base/base.v0.15.0/opam

Lines changed: 0 additions & 36 deletions
This file was deleted.

dependencies/packages/eigen/eigen.0.4.0/opam

Lines changed: 0 additions & 29 deletions
This file was deleted.

dependencies/packages/odoc/odoc.2.1.0/opam

Lines changed: 0 additions & 60 deletions
This file was deleted.

run_config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
{
2-
"wrappers": [
1+
{ "wrappers": [
32
{
43
"name": "orun",
54
"command": "orun -o %{output} -- taskset --cpu-list 5 %{command}"

0 commit comments

Comments
 (0)