Juan Fumero

Results 38 issues of Juan Fumero

Floating point exception (core dumped) in OpenCL and Level Zero when using both iGPU and discrete ARC GPU. How to reproduce? I have enabled both Intel integrated GPU (Intel UHD...

### Describe the bug ```bash $ tornado-test -V --fast uk.ac.manchester.tornado.unittests.api.TestInitDataTypes#testInitByteArray tornado --jvm "-Xmx6g -Dtornado.recover.bailout=False -Dtornado.unittests.verbose=True " -m tornado.unittests/uk.ac.manchester.tornado.unittests.tools.TornadoTestRunner --params "uk.ac.manchester.tornado.unittests.api.TestInitDataTypes#testInitByteArray" WARNING: Using incubator modules: jdk.incubator.vector java.lang.NoSuchFieldException: value at java.base/java.lang.Class.getDeclaredField(Class.java:2782) at...

bug
API
runtime

GraalVM JIT Compiler 21.0.2 changes the compiler interface for some of the IR nodes: This feature should update the compiler with the latest version. ```bash [ERROR] Failed to execute goal...

compiler
graal-update

### Describe the bug When running Execution Plans with large allocations (e.g., Arrays with 1>= GBs), the TornadoVM runtime throws an exception regarding memory, even though the memory usage is...

bug
runtime

**Is your feature request related to a problem? Please describe.** Batch processing is also useful when having copy-outs only. This means that data on the target device is first allocated,...

API
runtime

Running the function `zeDeviceGetStatus` produces the error code `78000003`, which is `ZE_RESULT_ERROR_UNSUPPORTED_FEATURE`. ```cpp result = zeDeviceGetStatus(device); if (result != ZE_RESULT_SUCCESS) { std::cout

# Summary I am compiling the getting_started example from oneDNN: https://github.com/oneapi-src/oneAPI-samples/tree/master/Libraries/oneDNN/getting_started But I get an error during compilation. Perhaps I am missing something. I attach the logs and how to...

bug

The FPGA emulation mode does not seem to be working with the latest oneAPI (2023.2) and TornadoVM. This task is for checking that the configuration within Docker is correct since...

bug

### Description All options are moved to the `TornadoOptions` class and the debugger is moved to the `TornadoLogger`. #### Problem description n/ a. #### Backend/s tested Mark the backends affected...

enhancement
runtime
refactor

### Describe the bug The build is ok, but when it runs, it prints the following error: ``` make tests rm -f tornado_unittests.log tornado --devices WARNING: Using incubator modules: jdk.incubator.vector...

graal-update