Unverified Commit a2d05600 authored by PanZezhong1725's avatar PanZezhong1725 Committed by GitHub
Browse files

Merge pull request #861 from InfiniTensor/issue/860

issue/860: 在 `include/infinicore/ops.hpp` 中加入 `#include "ops/random_sample.hpp"`
parents d9541783 ca6e759f
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "ops/causal_softmax.hpp" #include "ops/causal_softmax.hpp"
#include "ops/matmul.hpp" #include "ops/matmul.hpp"
#include "ops/ones.hpp" #include "ops/ones.hpp"
#include "ops/random_sample.hpp"
#include "ops/rearrange.hpp" #include "ops/rearrange.hpp"
#include "ops/rms_norm.hpp" #include "ops/rms_norm.hpp"
#include "ops/rope.hpp" #include "ops/rope.hpp"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment