-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark outer dimensions that can parallel()
For GPU targets, mark all outer dimensionsions generated by GPUTilingDedup::canParallel(). These dimensions are marked as gpu_blocks(), so any Stages compute_at this stage needs to use the innermost gpu_block. Existing bug: bad_alloc exception in autograd.generator. Likely out of memory on consumber-grade computers (e.g. 16GB RAM).
- Loading branch information
1 parent
852ffed
commit 3dcb5d4
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters