vector_types.h: No such file or directory #1762
Unanswered
leizhenyuan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Are you using our cmake build system? If not, please do so and check if this persists |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i am getting start with cute, tried to include cute/Tensor.hpp, but met such build error below, can anyone give some comments?
Thanks in advance.
In file included from examples/cutlass/include/cute/config.hpp:155,
from examples/cutlass/include/cute/tensor_impl.hpp:44,
from examples/cutlass/include/cute/tensor.hpp:33,
from examples/layout.cpp:2:
examples/cutlass/include/cute/numeric/numeric_types.hpp:33:10: fatal error: vector_types.h: No such file or directory
33 | #include <vector_types.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
Actually, i found this file in /usr/local/cuda/targets/x86_64-linux/include, but somehow looks like compiler didn't found it.
Beta Was this translation helpful? Give feedback.
All reactions