VCilk.HomePage History
Show minor edits - Show changes to output - Cancel
Changed line 16 from:
to:
VCilk's runtime compares favorably with the latest MIT release, Cilk version 5.4, despite the MIT version taking advantage of tricks enabled by the ultra simple nature of the language and the restrictions it places on dependency patterns that can be expressed in the language.
Changed line 14 from:
Development time was 7 hours, including design, implementation, and testing.
to:
Development time was 9 hours, including design, implementation, and testing.
Changed line 6 from:
* [[|Project repo]] includes all sub-repositories, updated to correct versions to build the project
to:
* [[Project repo]] includes all sub-repositories, updated to correct versions to build the project
Changed lines 6-9 from:
* [[VCilk.Code | Code]] of the VCilk language and benchmarks written in it
to:
* [[|Project repo]] includes all sub-repositories, updated to correct versions to build the project
* [[http://hg.opensourceresearchinstitute.org/cgi-bin/hgwebdir.cgi/VMS/VMS_Implementations/VCilk_impls/VCilk__MC_shared_impl/file/e649c2387a60|Code of VCilk language]]
* [[http://hg.opensourceresearchinstitute.org/cgi-bin/hgwebdir.cgi/VMS/Applications/VCilk/VCilk__Blocked_Matrix_Mult__Bench/file/e223756d0f0c/src/Application|Code of test application written with VCilk]]
* [[http://hg.opensourceresearchinstitute.org/cgi-bin/hgwebdir.cgi/VMS/VMS_Implementations/VCilk_impls/VCilk__MC_shared_impl/file/e649c2387a60|Code of VCilk language]]
* [[http://hg.opensourceresearchinstitute.org/cgi-bin/hgwebdir.cgi/VMS/Applications/VCilk/VCilk__Blocked_Matrix_Mult__Bench/file/e223756d0f0c/src/Application|Code of test application written with VCilk]]
Added lines 1-13:
!Welcome to VCilk (VMS based Cilk)
* [[VCilk.Papers | Papers]] that mention VCilk
* [[VCilk.Code | Code]] of the VCilk language and benchmarks written in it
!!Introduction and Overview
VCilk is a VMS implementation of the Cilk spawn and sync constructs, embedded into C.
Development time was 7 hours, including design, implementation, and testing.
VOMP's runtime compares favorably with the latest MIT release, Cilk version 5.4, despite the MIT version taking advantage of tricks enabled by the ultra simple nature of the language and the restrictions it places on dependency patterns that can be expressed in the language.
* [[VCilk.Papers | Papers]] that mention VCilk
* [[VCilk.Code | Code]] of the VCilk language and benchmarks written in it
!!Introduction and Overview
VCilk is a VMS implementation of the Cilk spawn and sync constructs, embedded into C.
Development time was 7 hours, including design, implementation, and testing.
VOMP's runtime compares favorably with the latest MIT release, Cilk version 5.4, despite the MIT version taking advantage of tricks enabled by the ultra simple nature of the language and the restrictions it places on dependency patterns that can be expressed in the language.