microsoft / nnfusion

A flexible and efficient deep neural network (DNN) compiler that generates high-performance executable from a DNN model description.
MIT License
948 stars 158 forks source link

Yuqxia/validateop #473

Closed xiayuqing0622 closed 1 year ago

xiayuqing0622 commented 1 year ago

support xbox op: cast,ceil,clip,concat,constant,constantofshape,conv,convtranspose,cos,cumsum,depthtospace,div,sqrt,sub,tan,tanh,tile,tanspose,where. note:

  1. to test constant and constantofshape op, need to comment line495-500. https://github.com/microsoft/nnfusion/blob/3b6db3e25eed14fc530247fc68715c14a22a8ea4/src/nnfusion/engine/pass/codegen/cuda_codegen_pass.cpp#L495-L500
  2. test_transpose_all_permutations_0 will fail because it is memcpy