-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 4.14+trunk+nnp and 4.14+trunk+nnp+flambda #5
base: main
Are you sure you want to change the base?
Conversation
Thanks for your PR! At present, we are tracking 5.1.0+trunk, but, we do have 4.14.0 building with Sandmark for both sequential and parallel benchmarks. We will soon add support for 4.14 in the nightly runs, and the issue can be tracked at Support more than one development variant for nightly runs. As soon as we have nightly runs for 4.14.0, we will merge this PR.
You can add it in the |
Thanks for the reply
The option |
{ | ||
"url": "https://github.com/ocaml/ocaml/archive/4.14.tar.gz", | ||
"name": "4.14+trunk+nnp+flambda", | ||
"expiry": "2100-01-01", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After we add support for 4.14, please update the PR to use a short-time interval, such as a week or ten days. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea is to follow the development branch for 4.14. But I suppose this depends on #6.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that is correct!
At present, one can:
Yes, that is correct.
We have exposed minimal options for the sandmark-nightly runs for simplicity. Sandmark does have multiple options available which are documented in the |
We have 4.14 building for Sandmark for sequential benchmarks. We are just waiting (@Sudha247) for a version of |
I think it would be a good idea to add the latest OCaml 4 as a comparison point and also to help with 4.14 development. I expect that it fails of course the parallel test, but I hope that it will give helpful figures for the sequential test.
-O2
and-O3
for flambda, but unfortunately I have not found the config option to pass either option during compilation.