-
Notifications
You must be signed in to change notification settings - Fork 125
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
build error in cpuinfo #203
Comments
I am having the same problem on OSX CMake Error at src/ATen/CMakeLists.txt:301 (ADD_SUBDIRECTORY):
does not contain a CMakeLists.txt file. Any hints would be awesome, it installed great on Ubuntu 16 last night. |
you probably should do: |
@soumith there is no .gitmodules so git submodule will not work. |
|
I finally got this working, here's what I did: from the root directory: |
Hi, I still got error when compiled with CUDA. Here is the error message. -- Does not need to define long separately. CMake Error at /home/pharrell/codebase/github/ATen/cmake/public/utils.cmake:5 (set): -- Could NOT find CUB (missing: CUB_INCLUDE_DIR) |
Are you just missing pybind11? |
@pharrellyhy Hi, I met the same error like yours, did you solve the problem? |
CMake Error at src/ATen/CMakeLists.txt:301 (ADD_SUBDIRECTORY):
The source directory
/home/luminar/ATen/src/ATen/cpu/cpuinfo
does not contain a CMakeLists.txt file.
The cpuinfo submodule folder is present but there is no .gitmodules and there is no CMakeLists.txt file. I havent been able to fix this.
The text was updated successfully, but these errors were encountered: