Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output is empty for some cases #5

Open
Yinghan-Li opened this issue Jan 5, 2018 · 1 comment
Open

Output is empty for some cases #5

Yinghan-Li opened this issue Jan 5, 2018 · 1 comment

Comments

@Yinghan-Li
Copy link

Yinghan-Li commented Jan 5, 2018

Output is empty when one of dims is 1, such as
` int dim[4] = {W, H, C, N};
int permutation[4] = {3, 0, 1, 2};

cuttHandle handle;
cuttPlan(&handle, 4, dim, permutation, sizeof(float), streamId);
cuttExecute(handle, in, out);
cuttDestroy(handle);`

Output is empty when W==1.

@DmitryLyakh
Copy link

cuTT does not allow dimension extents of 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants