Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/field_storage_interface' into fi…
Browse files Browse the repository at this point in the history
…eld_storage_interface_gpu
  • Loading branch information
havogt committed Nov 14, 2023
2 parents ed104ff + 739604e commit 2b339a4
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 2b339a4

Please sign in to comment.