onnxruntime
Generalize native op creation
#11539
Merged

Generalize native op creation #11539

RandySheriffH merged 39 commits into master from GeneralizeOpCreations
RandySheriffH
RandySheriffH create op from ep
b22929c4
RandySheriffH read input count from context
7d5ba395
RandySheriffH create holder to host nodes
32fa504e
RandySheriffH fix typo
61c73b1a
RandySheriffH cast type before comparison
f6e1c823
RandySheriffH throw error on API fail
f8e81cb6
RandySheriffH silence warning from minimal build
5acee8d2
RandySheriffH switch to unique_ptr with deleter to host nodes
a6300612
RandySheriffH fix typo
6669775f
RandySheriffH fix build err for minimal
9965b113
RandySheriffH fix build err for minimal
5cd3e6e3
lgtm-com
yuslepukhin
yuslepukhin commented on 2022-05-18
yuslepukhin
yuslepukhin commented on 2022-05-18
yuslepukhin
yuslepukhin commented on 2022-05-18
yuslepukhin
yuslepukhin commented on 2022-05-18
yuslepukhin
yuslepukhin requested changes on 2022-05-18
RandySheriffH add UT for conv
5acfbe12
RandySheriffH enable test on CUDA
aafe9241
RandySheriffH add comment
293a6098
RandySheriffH Merge branch 'GeneralizeOpCreations' of https://github.com/microsoft/…
f4ae59fb
RandySheriffH RandySheriffH changed the title [WIP] Generalize native op creation Generalize native op creation 3 years ago
RandySheriffH fix typo
b580bb19
RandySheriffH Merge branch 'master' into GeneralizeOpCreations
79724329
RandySheriffH resolve conflict
7d461ddb
RandySheriffH resolve conflit
5bfa3d0a
RandySheriffH resolve conflict
80420cb3
RandySheriffH Merge branch 'GeneralizeOpCreations' of https://github.com/microsoft/…
e14b0213
RandySheriffH use gsl::span and string view for Node constructor
f9b24359
RandySheriffH Added two APIs - CopyKernelInfo and ReleaseKernelInfo
e3873cf3
RandySheriffH pass gsl::span by value
1bc5e9e5
RandySheriffH switch to span<NodeArg* const> to allow for reference to const contai…
8cbf3446
RandySheriffH fix typo
ef551cf8
RandySheriffH fix reduced build err
6ffbabf4
RandySheriffH fix reduced build err
eaf84cd9
yuslepukhin
yuslepukhin commented on 2022-06-20
yuslepukhin
yuslepukhin dismissed these changes on 2022-06-20
pranavsharma
pranavsharma commented on 2022-06-20
RandySheriffH RandySheriffH added release:1.12
pranavsharma
pranavsharma commented on 2022-06-20
RandySheriffH refactoring node construction logic
06ad0d02
RandySheriffH RandySheriffH dismissed their stale review via 06ad0d02 3 years ago
RandySheriffH rename exceptions
b8f9d406
RandySheriffH resolve conflict
514df6a8
RandySheriffH add input and output count as arguments for op creation
abf31c2b
RandySheriffH refactor static member
39add4b3
RandySheriffH use ORT_CATCH instead of catch
2ef092dc
RandySheriffH cancel try catch
09d43bcf
RandySheriffH add static value name map
a7b7c135
RandySheriffH
RandySheriffH format input definition and set err code
517397cc
pranavsharma
pranavsharma commented on 2022-06-27
RandySheriffH fix comments
511bd763
pranavsharma
pranavsharma commented on 2022-06-27
RandySheriffH fix typo
296d4ea2
pranavsharma
pranavsharma approved these changes on 2022-06-28
RandySheriffH RandySheriffH merged d5fcb432 into master 3 years ago
RandySheriffH RandySheriffH deleted the GeneralizeOpCreations branch 3 years ago
RandySheriffH RandySheriffH added triage:approved

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone