No description
This repository has been archived on 2025-09-06. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Joshua Niemelä 30892caf3f rename
2023-08-18 10:56:08 +02:00
src rename 2023-08-18 10:56:08 +02:00
test rename 2023-08-18 10:56:08 +02:00
.gitignore gitignore 2023-08-14 16:50:14 +02:00
Manifest.toml nonsense right now 2023-08-17 14:20:03 +02:00
Project.toml nonsense right now 2023-08-17 14:20:03 +02:00
README.md arrays work 2023-08-14 12:48:17 +02:00

FutharkCall.jl

How to run current example:

  • Go to src and run futhark c testlib.fut --library
  • Run testlib.c -o testlib.so -fPIC -shared
  • Go back to the root of the project
  • Run julia src/FutharkCall.jl