"python/git@developer.sourcefind.cn:change/sglang.git" did not exist on "6aca583420490d8bebafc6239085b49f78325c0c"
- 10 Aug, 2022 1 commit
-
-
charlie authored
-
- 21 Jul, 2022 1 commit
-
-
charlie authored
-
- 20 Jul, 2022 2 commits
- 19 Jul, 2022 7 commits
-
-
Umang Yadav authored
Bug 1: create_literal was using back_inserter to copy vector with already allocated size, causing double the size of literal. Fix 1 : not use back_inserter Bug 2: Input param to model can be from operation that has multiple output, in that case name of the input param would contain : e.g. input_1:0 Fix 2: Look for : and take substring
-
charlie authored
-
charlie authored
-
charlie authored
-
charlie authored
-
Charlie Lin authored
Depends on #1199 Adds ONNX parser functionality for dynamic input shapes. Uses options parameter in parse_onnx()
-
Charlie Lin authored
Changes to operator includes: removed some includes that were not used included argument.hpp where clang-tidy wanted it
-
- 18 Jul, 2022 2 commits
- 15 Jul, 2022 2 commits
-
-
charlie authored
-
Ted Themistokleous authored
Fix min_test.onnx generation as well as add a proper check to the parse program vs the expect program. Adding this in to fix test converge for the min case.
-
- 14 Jul, 2022 7 commits
- 13 Jul, 2022 9 commits
- 12 Jul, 2022 5 commits
-
-
Paul Fultz II authored
Reduce header inclusion in op headers
-
Paul Fultz II authored
This will ensure that migraphx.h can be included from a C compiler, and check that the C API can be called. This includes stdbool.h which is needed when using bool from C.
-
Chris Austen authored
Enable the migraphx-dev package when using make|rbuild package
-
Chris Austen authored
bitbucket needs a port that some servers do not make available. Move the Blaze dependency from a bitbucket to a github source repo.
-
Paul Fultz II authored
-
- 11 Jul, 2022 3 commits
-
-
turneram authored
-
charlie authored
-
Paul Fultz II authored
* Only run __syncthreads when there is data to preload * Improve loops * Add const attribute to improve optimizations
-
- 08 Jul, 2022 1 commit
-
-
charlie authored
-