Skip to content

Commit 0df2fd3

Browse files
typo
1 parent 930c9ba commit 0df2fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/kbit_gemm_context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ void kbit_gemm(
10891089
cudaDeviceGetAttribute(&sms, cudaDevAttrMultiProcessorCount, dev);
10901090
int max_shmem;
10911091
cudaDeviceGetAttribute(&max_shmem,
1092-
cudaDevAttrMaxSharedMemoryPerBlockOptin, dev);
1092+
cudaDevAttrMaxSharedMemoryPerBlockOption, dev);
10931093

10941094
// Choose M-blocking
10951095
int m_blocks;

0 commit comments

Comments
 (0)