Skip to content

Releases: freeCompilerCamp/freecompilercamp.github.io

FreeCompilerCamp v1.1.1

08 Oct 19:26
Compare
Choose a tag to compare
  • Upgraded the backend engine from the outdated official Go SDK of Docker to Moby, which supports the latest features in recent Docker releases.
  • Full support of NVIDIA GPUs in docker containers.
  • A ready-to-use environment for HPC development, including preinstalled CUDA toolkit 10.1, cuDNN 7, and Clang/LLVM 10 with GPU offloading support in docker images.
  • New exam to test the knowledge of using OpenMP map clause.
  • Additional practical for OpenMP traversal in ROSE.

FreeCompilerCamp v1.1

25 Aug 17:07
Compare
Choose a tag to compare
  • Implemented closed-book exams to support student evaluation. Exams involve completing a larger task in a restricted environment with a basic set of tools, such as a code text editor.
  • Implemented open-book practicals that are similar to lab exercises and provide significant guidance for the student, including allowing full terminal access.
  • FreeCompilerCamp has been improved for handling student submission of practicals and exams on the server, grading them and providing immediate feedback based on test cases provided by the author.
  • Additional enhancements to the system to facilitate learning and ease-of-use, including supporting multiple terminal servers and docker images, optimizing resource utilization.
  • 15 new tutorials of ROSE and Clang/LLVM have been added.