TiledTensor / TiledCUDA

TiledCUDA is a highly efficient kernel template library designed to elevate CUDA C’s level of abstraction for processing tiles.
MIT License
159 stars 10 forks source link

Reduce the number of warnings in the building. #27

Closed haruhi55 closed 6 months ago

haruhi55 commented 6 months ago

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()