Skip to content

ttpssabc/SQA-multi-gpu-and-nvlink-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Required Library

cutlass

How to compile

nvcc main.cu kernel.cu utils.cu \
-arch={GPU_arch} \
-Xcompiler \
-fopenmp  \
-I{CUTLASS_PATH}/include \
-I{CUTLASS_PATH}/build/include \
-I{CUTLASS_PATH}/tools/util/include \
-DCUTLASS_ENABLE_TENSOR_CORE_MMA=1 \
-DTEST_MAXCUT

GPU_arch:
    The architecture of GPU, for example, sm_75 for 2080ti
CUTLASS_PATH:
    Where your cutlass library is installed.
-DTEST_MAXCUT:
    Specify this flag if you want to test maxcut problem.
    If you only want to test time or memory, it will run faster without the flag (skip local-field initilization)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published