Skip to content

Commit 97dc374

Browse files
committed
Report added accelerator to report_info.csv
1 parent 75287b7 commit 97dc374

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

growlibm/extend-platform.rkt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,9 @@
7676
(displayln operatorStr))
7777
#:exists 'append)
7878

79+
(with-output-to-file "reports/report_info.csv"
80+
(lambda ()
81+
(displayln (format "~a, ~a" link spec)))
82+
#:exists 'append)
83+
7984
(displayln (format "adding accelerator ~a, with spec: ~a" link spec))

0 commit comments

Comments
 (0)