type: enhancement
New feature or request.
P1: should have
Necessary, but not critical.
good first issue
Good for newcomers.
area: docs
Related to documentation.
#
cub
Here are 9 public repositories matching this topic...
Code for GCPR 2020 Oral : "Unsupervised Part Discovery by Unsupervised Disentanglement"
machine-learning
computer-vision
unsupervised
tensorflow
paper
birds
pytorch
humans
image-segmentation
cub
gcpr
-
Updated
Oct 2, 2020 - Jupyter Notebook
A Cube World 1.0.0-1 mod to automatically reload .cub files live.
-
Updated
Oct 25, 2019 - C++
Code repo for ECE 6524: Deep Learning
-
Updated
May 7, 2022 - Python
Improve this page
Add a description, image, and links to the cub topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cub topic, visit your repo's landing page and select "manage topics."


I would like to be able to determine my device-wide primitive's temp_storage_bytes before I have all of the primitive's arguments ready. The interface for obtaining it ostensibly requires everything to be ready for the actual run - and the documentation does not make it clear what arguments it actually needs and what it's going to do with them (e.g. will it look at the input at all, in any way? Pr