Michalis Papadimitriou

Results 7 issues of Michalis Papadimitriou

#### Description Updated GraalVM download links to point to the newer version, jdk-21.0.2. Removed the handling of ValueAnchorNode class in the ExceptionSuppression.java, as it was noted to no longer be...

graal-update

**Is your feature request related to a problem? Please describe.** The feature is related to code cleanup and readability. The codebase heavily uses String concatenation for error and debug logging....

good first issue
clean-up

Llama-shepherd-cli is a small tool designed to simplify the management and experimentation with Llama2 implementation across multiple languages. Whether you're wrangling tiny llamas models or herding llamas of various sizes,...

#### Description Describe the patch. What does it enhance? What does it fix? This PR implements the migration unit testing framework from JUnit 4 (JUnit 4.13.2 last updated Feb 13,...

tests

This PR is in working state for TornadoVM running with JDK22 and Graal 24.0.1. How to test: ```bash make jdk22 BACKEND=opencl make tests make jdk22 BACKEND=ptx make tests make jdk22...

graal-update

#### Description Add entry to documentation to explain the cofiguration for running unit-tests through Intellij. #### Backend/s tested Mark the backends affected by this PR. - [ ] OpenCL -...

documentation

This PR is **WIP** for TornadoVM running with JDK23 and Graal 24.1.0. How to test: ```bash make jdk23 BACKEND=opencl make tests make jdk23 BACKEND=ptx make tests make jdk23 BACKEND=spirv make...

graal-update