Skip to content

Commit d60d598

Browse files
m96-chanclaude
andcommitted
fix(sm120): add #include <cstdint> to all SM120 kernels
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 50f4113 commit d60d598

9 files changed

Lines changed: 1728 additions & 0 deletions

File tree

build_cutlass_test/CMakeCache.txt

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
# This is the CMakeCache file.
2+
# For build in directory: d:/Projects/m96-chan/PyGPUkit/build_cutlass_test
3+
# It was generated by CMake: C:/Program Files/CMake/bin/cmake.exe
4+
# You can edit this file to change values found and used by cmake.
5+
# If you do not want to change any of the values, simply exit the editor.
6+
# If you do want to change a value, simply edit, save, and exit the editor.
7+
# The syntax for the file is as follows:
8+
# KEY:TYPE=VALUE
9+
# KEY is the name of a variable in the cache.
10+
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
11+
# VALUE is the current value for the KEY.
12+
13+
########################
14+
# EXTERNAL cache entries
15+
########################
16+
17+
//CUDA compiler
18+
CMAKE_CUDA_COMPILER:STRING=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v13.1/bin/nvcc.exe
19+
20+
//Value Computed by CMake.
21+
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=D:/Projects/m96-chan/PyGPUkit/build_cutlass_test/CMakeFiles/pkgRedirects
22+
23+
//Program used to build from build.ninja files.
24+
CMAKE_MAKE_PROGRAM:FILEPATH=C:/Users/y_har/AppData/Local/Programs/Python/Python312/Scripts/ninja.exe
25+
26+
//Value Computed by CMake
27+
CMAKE_PROJECT_COMPAT_VERSION:STATIC=
28+
29+
//Value Computed by CMake
30+
CMAKE_PROJECT_DESCRIPTION:STATIC=
31+
32+
//Value Computed by CMake
33+
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
34+
35+
//Value Computed by CMake
36+
CMAKE_PROJECT_NAME:STATIC=cutlass_79a_test
37+
38+
//Value Computed by CMake
39+
CMAKE_PROJECT_SPDX_LICENSE:STATIC=
40+
41+
//Value Computed by CMake
42+
cutlass_79a_test_BINARY_DIR:STATIC=D:/Projects/m96-chan/PyGPUkit/build_cutlass_test
43+
44+
//Value Computed by CMake
45+
cutlass_79a_test_IS_TOP_LEVEL:STATIC=ON
46+
47+
//Value Computed by CMake
48+
cutlass_79a_test_SOURCE_DIR:STATIC=D:/Projects/m96-chan/PyGPUkit/build_cutlass_test
49+
50+
51+
########################
52+
# INTERNAL cache entries
53+
########################
54+
55+
//This is the directory where this CMakeCache.txt was created
56+
CMAKE_CACHEFILE_DIR:INTERNAL=d:/Projects/m96-chan/PyGPUkit/build_cutlass_test
57+
//Major version of cmake used to create the current loaded cache
58+
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
59+
//Minor version of cmake used to create the current loaded cache
60+
CMAKE_CACHE_MINOR_VERSION:INTERNAL=2
61+
//Patch version of cmake used to create the current loaded cache
62+
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
63+
//Path to CMake executable.
64+
CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake.exe
65+
//Path to cpack program executable.
66+
CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cpack.exe
67+
//Path to ctest program executable.
68+
CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake/bin/ctest.exe
69+
//ADVANCED property for variable: CMAKE_CUDA_COMPILER
70+
CMAKE_CUDA_COMPILER-ADVANCED:INTERNAL=1
71+
//Path to cache edit program executable.
72+
CMAKE_EDIT_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake-gui.exe
73+
//Name of external makefile project generator.
74+
CMAKE_EXTRA_GENERATOR:INTERNAL=
75+
//Name of generator.
76+
CMAKE_GENERATOR:INTERNAL=Ninja
77+
//Generator instance identifier.
78+
CMAKE_GENERATOR_INSTANCE:INTERNAL=
79+
//Name of generator platform.
80+
CMAKE_GENERATOR_PLATFORM:INTERNAL=
81+
//Name of generator toolset.
82+
CMAKE_GENERATOR_TOOLSET:INTERNAL=
83+
//Source directory with the top level CMakeLists.txt file for this
84+
// project
85+
CMAKE_HOME_DIRECTORY:INTERNAL=D:/Projects/m96-chan/PyGPUkit/build_cutlass_test
86+
//Name of CMakeLists files to read
87+
CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt
88+
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
89+
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
90+
//number of local generators
91+
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
92+
//Platform information initialized
93+
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
94+
//Path to CMake installation.
95+
CMAKE_ROOT:INTERNAL=C:/Program Files/CMake/share/cmake-4.2
96+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
set(CMAKE_HOST_SYSTEM "Windows-10.0.26200")
2+
set(CMAKE_HOST_SYSTEM_NAME "Windows")
3+
set(CMAKE_HOST_SYSTEM_VERSION "10.0.26200")
4+
set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64")
5+
6+
7+
8+
set(CMAKE_SYSTEM "Windows-10.0.26200")
9+
set(CMAKE_SYSTEM_NAME "Windows")
10+
set(CMAKE_SYSTEM_VERSION "10.0.26200")
11+
set(CMAKE_SYSTEM_PROCESSOR "AMD64")
12+
13+
set(CMAKE_CROSSCOMPILING "FALSE")
14+
15+
set(CMAKE_SYSTEM_LOADED 1)

0 commit comments

Comments
 (0)