Skip to content

Commit

Permalink
Fix windows build (#109)
Browse files Browse the repository at this point in the history
* improves documentation

* simplification

* pytest

* fix loop variables

* lint

* fix tiny issues

---------

Co-authored-by: Xavier Dupré <xavier.dupre@gmail.com>
  • Loading branch information
xadupre and sdpython authored Nov 6, 2023
1 parent 3733772 commit ca55be6
Show file tree
Hide file tree
Showing 6 changed files with 854 additions and 761 deletions.
1 change: 1 addition & 0 deletions _doc/tutorial/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ The development versions of :epkg:`onnxruntime` can be used if it was already bu
build_pybind11
build_cuda
build_ortext
readings
19 changes: 19 additions & 0 deletions _doc/tutorial/readings.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
========
Readings
========

Some articles, papers, document helpful.

Build
=====

* `Compiler Options Hardening Guide for C and C++
<https://github.com/ossf/wg-best-practices-os-developers/blob/main/docs/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C%2B%2B.md>`_
* `Build a custom ONNX Runtime package <https://onnxruntime.ai/docs/build/custom.html>`_

Custom Operators with onnxruntime
=================================

* `Custom operators <https://onnxruntime.ai/docs/reference/operators/add-custom-op.html>`_
* `custom_op_lib.cc
<https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/test/testdata/custom_op_openvino_wrapper_library/custom_op_lib.cc>`_
Loading

0 comments on commit ca55be6

Please sign in to comment.