Skip to content
Snippets Groups Projects

Add TopK operator

Merged Olivier BICHLER requested to merge topk into dev
3 files
+ 24
38
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -6,7 +6,7 @@ function(generate_python_binding name target_to_bind)
FetchContent_Declare(
PyBind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v2.10.4 # or a later release
GIT_TAG v2.13.6 # or a later release
)
FetchContent_MakeAvailable(PyBind11)
Loading