Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
egparedes committed Nov 14, 2023
1 parent 7756a8e commit 739604e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gt4py/next/program_processors/runners/gtfn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
)

0 comments on commit 739604e

Please sign in to comment.