This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regression of temporary_allocator with non-CUDA back ends
A recent cleanup of functions that have different code for host and device accidentally broke temporary_allocator for non-CUDA back ends. An #if condition that protects a piece of code that only works with the CUDA back end was incorrectly removed. This fix adds that condition back in.
- Loading branch information