This is a simple Julia program that performs image convolution using the KernelAbstractions package.
- Julia (version 1.10.3)
- KernelAbstractions package
-
Install Julia from JuliaLang.
-
Open a terminal or command prompt and start the Julia REPL.
-
Install the KernelAbstractions package by running the following command in the Julia REPL:
using Pkg Pkg.add("KernelAbstractions")