We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The \bigobj flag as seen in
PYKOKKOS_TARGET_FLAG( libpykokkos-build-options CHECK_FLAGS MODE INTERFACE FLAGS -W -Wall -Wextra -Wno-deprecated-declarations -Wno-attributes -fvisibility=default /bigobj LANGUAGES CXX)
in the /main/cmake/Modules/KokkosPythonBuildOptions.cmake file.
I am trying to compile on the new GraceHopper GPU
Tue Oct 15 15:32:21 2024 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 560.35.03 Driver Version: 560.35.03 CUDA Version: 12.6 | |-----------------------------------------+------------------------+----------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |=========================================+========================+======================| | 0 NVIDIA GH200 120GB On | 00000009:01:00.0 Off | 0 | | N/A 28C P0 85W / 900W | 44310MiB / 97871MiB | 0% Default | | | | Disabled | +-----------------------------------------+------------------------+----------------------+ +-----------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=========================================================================================| | No running processes found | +-----------------------------------------------------------------------------------------+
\bigobj seems to be a windows only flag https://learn.microsoft.com/en-us/cpp/build/reference/bigobj-increase-number-of-sections-in-dot-obj-file?view=msvc-170.
\bigobj
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The \bigobj flag as seen in
in the /main/cmake/Modules/KokkosPythonBuildOptions.cmake file.
I am trying to compile on the new GraceHopper GPU
\bigobj
seems to be a windows only flag https://learn.microsoft.com/en-us/cpp/build/reference/bigobj-increase-number-of-sections-in-dot-obj-file?view=msvc-170.The text was updated successfully, but these errors were encountered: