From 739604ed86d6c76192fb69aec15cc6c38a387a3f Mon Sep 17 00:00:00 2001 From: Enrique Gonzalez Paredes Date: Tue, 14 Nov 2023 17:12:49 +0100 Subject: [PATCH] Typo --- src/gt4py/next/program_processors/runners/gtfn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gt4py/next/program_processors/runners/gtfn.py b/src/gt4py/next/program_processors/runners/gtfn.py index 396c921e2a..7233e7a893 100644 --- a/src/gt4py/next/program_processors/runners/gtfn.py +++ b/src/gt4py/next/program_processors/runners/gtfn.py @@ -191,5 +191,5 @@ def compilation_hash(otf_closure: stages.ProgramCall) -> int: ) run_gtfn_gpu_cached = otf_compile_executor.OTFBackend( executor=gtfn_gpu_cached_executor, - allocator=next_allocators.StandardCPUFieldBufferAllocator(), + allocator=next_allocators.StandardGPUFieldBufferAllocator(), )