Yicong Fu
Results
3
comments of
Yicong Fu
@masterleinad Hi, yes, I got same error for both branches.
🤔hmmm, so this could be a bug from nvcc then?
> ``` > # Specify cmake version needed > cmake_minimum_required(VERSION 3.20 FATAL_ERROR) > > # Set project name, language and c++ std > project(test LANGUAGES CXX) > #set(CMAKE_CXX_STANDARD 17) >...