Skip to content

openeuler-mirror/ANNC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aicompiler

An AI compiler designed to optimize and compile ML model into high-performance executable code that can be executed on various targets.

Build shared library

bazel --output_user_root=./output build -c opt annc/service/cpu:libannc.so

Build static library

bazel --output_user_root=./output build -c opt annc/service/cpu:annc

Build test

bazel --output_user_root=./output build -c opt annc/tools/kp-opt:kp-opt
bazel-bin/annc/tools/kp-opt/kp-opt {test_hlo_cluster_file.dat}

Use --distdir=/path/to/proxy to download files locally. Use --copt="-g" for debug mode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •