- 22 Jun, 2022 1 commit
-
-
Ted Themistokleous authored
Updated each source file in the repo with the existing license.
-
- 02 Feb, 2022 1 commit
-
-
Paul Fultz II authored
Currently, MIGRAPHX_TRACE_EVAL=2 prints out the entire output buffer, but this can produce a lot of output. To make it easier to inspect and debug, using MIGRAPHX_TRACE_EVAL=2 now only prints 10 elements from the buffer(the first 5 and last 5) and shows any fp classifications found in the buffer(ie nans, infinity, etc). The previous behavior can still be enabled with MIGRAPHX_TRACE_EVAL=3.
-
- 23 May, 2021 1 commit
-
-
Paul Fultz II authored
* Create lazy range * Formatting * Use lazy iota
-
- 13 Jan, 2021 1 commit
-
-
Paul Fultz II authored
* Add initial iterator implementation * Formatting * Access index with bracket * Add cppcheck suppression Co-authored-by:mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-