TornadoVM icon indicating copy to clipboard operation
TornadoVM copied to clipboard

TornadoVM: A practical and efficient heterogeneous programming framework for managed languages

Results 96 TornadoVM issues
Sort by recently updated
recently updated
newest added

#### Description Extension of the prebuilt API to be able to load prebuilt kernels stored in JAR files. Example: ```java TaskGraph taskGraph = new TaskGraph("sample") .transferToDevice(DataTransferMode.EVERY_EXECUTION, param1, param2, ... )...

API

Checking of the presence of WorkerGrid in GridScheduler is implemented inconsistently: 1. In uk.ac.manchester.tornado.runtime.tasks.TornadoTaskGraph#isTaskNamePresent check name of the task is concatinated with the name of the task graph, and then...

Good day. I mistakenly created two task graphs and registered objects to transfer in one graph but tasks in the other one. Then I executed a graph with 0 amount...

### Describe the bug This is a continuation of our discussion: https://github.com/beehive-lab/TornadoVM/discussions/491 . There is also a detailed description of the problem ### How To Reproduce Please run https://github.com/babylonml/tornadovm-bugs/blob/main/src/test/kotlin/com/babylonml/MemorySegmentUsageTest.kt#L10 You...

Good day. After some non-intensive load, my tests were deadlocked. I have made a thread dump and debugged a bit and have found the following: Thread dump https://gist.github.com/andrii0lomakin/9c84a7b629e7017ac2d84b76b1428ea0 . So...

### Discussed in https://github.com/beehive-lab/TornadoVM/discussions/480 Originally posted by **andrii0lomakin** July 3, 2024 Hi. I noticed that TornadoMath.atan2 plugin is registered using double,double type parameters but in reality it uses float,float ones....

### Discussed in https://github.com/beehive-lab/TornadoVM/discussions/476 Originally posted by **andrii0lomakin** July 2, 2024 Hi guys. I have tried very simple test case: ``` public static void main(String[] args) { var taskGraph =...

bug

Thank you for taking the time to submit a bug report. Please fill the following template with your report to help our team to fix and/or propose solutions. --------------------------------------------------------------------- ###...

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

#### Description Extended information when printing the path for execution plans #### Problem description n/ a. #### Backend/s tested Mark the backends affected by this PR. - [X] OpenCL -...

enhancement
API