Skip to content

witgo/deep_learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

备注

  • 使用GNU profiler查找性能瓶颈
    • 编译时添加-pg
    • ./prog运行,结束时会生成gmon.out
    • gprof ./prog gmon.out | less 查看
  • 根据32位或64位主机调整libblas库
    • make blas BITS=[32|64]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.7%
  • Python 22.6%
  • C++ 20.9%
  • Shell 0.8%