aboutsummaryrefslogtreecommitdiff
path: root/aberth/aberth_kernel.fut
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-04-20 14:39:39 +0200
committertomsmeding <tom.smeding@gmail.com>2019-04-20 14:39:39 +0200
commitda718c9fb4f7e29a89161b0814b7b183771ad4f1 (patch)
treef812a4b81937346c9bfa84f2f22ab9566eeb6d36 /aberth/aberth_kernel.fut
parent3a4c7c4654d2e388a9ccbe0acf7479adb7881889 (diff)
Chunked computations
Diffstat (limited to 'aberth/aberth_kernel.fut')
-rw-r--r--aberth/aberth_kernel.fut4
1 files changed, 3 insertions, 1 deletions
diff --git a/aberth/aberth_kernel.fut b/aberth/aberth_kernel.fut
index be1fed0..e1e7aa3 100644
--- a/aberth/aberth_kernel.fut
+++ b/aberth/aberth_kernel.fut
@@ -7,7 +7,7 @@ module uniform_real = uniform_real_distribution f32 rand_engine
module cplx = mk_complex f32
type complex = cplx.complex
-let N = 18i32
+let N = 22i32
let PolyN = N + 1
type poly = [PolyN]f32
@@ -167,3 +167,5 @@ entry main_all
(seed: i32)
: []i32 =
main_job 0 (1 << N) width height left top right bottom seed
+
+entry get_N: i32 = N