TiledTensor / TiledCUDA

TiledCUDA is a highly efficient kernel template library designed to elevate CUDA C’s level of abstraction for processing tiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce the number of warnings in the building.

haruhi55 opened this issue · comments

several warnings in the building process, some are caused by not well-written cmake,

such as

use of ‘auto’ in parameter declaration only available with ‘-fconcepts’

some are caused by the macros defined in glog clash with those in torchlib.

logging.h:506: warning: "LOG" redefined
  94   506 | #define LOG(severity) COMPACT_GOOGLE_LOG_ ## severity.stream()