Add CPU Interpreter and a test case.

This commit is contained in:
Gabriel Kronberger
2025-02-19 16:38:11 +01:00
parent 8bad911585
commit 942adb8612
6 changed files with 441 additions and 2 deletions

View File

@ -5,9 +5,13 @@ version = "1.0.0-DEV"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Printf = "1.11.0"
Random = "1.11.0"
julia = "1.6.7"
[extras]