- 05 Oct, 2018 6 commits
-
-
dmyershov authored
IntelGPU backend: Broadcast bug fix: (output_shape.at(0) == 1) doesn't mean that it is scalar (#1754)
-
Chris Sullivan authored
* global stats fix * Formatting.
-
Robert Kimball authored
* address klocwork number overflow issue * one more issue
-
Robert Kimball authored
-
Robert Kimball authored
-
Adam Procter authored
* Adapt Tensor class to have partial shapes * Add PartialShapes to Input, Output, Function, Node classes * Terminological cleanup
-
- 04 Oct, 2018 8 commits
-
-
Nishant Patel authored
* Add conv+bias * Add test case for QuantizedConv2DWithBiasAndRelu and address feedback
-
Robert Kimball authored
-
Fenglei authored
* add a test failed on gpu, pass on cpu * fixed bug * get datatype size * add descript for test * update comment * update comments and name
-
Nick Korovaiko authored
* show types in visualize_tree * fix a warning * address Bob's feedback
-
Robert Kimball authored
-
Pruthvi authored
-
Fenglei authored
-
Nick Korovaiko authored
-
- 03 Oct, 2018 3 commits
-
-
L.S. Cook authored
* add doctools js from basic theme sphinx repo * fixes from PR 672 RTD theme regarding sphinx build
-
shssf authored
* IntelGPU backend: Operation Reduce implemented * PR1736. Style fixed
-
Ayan Moitra authored
* cublas emitter * clang format fixes * Initial comment incorporation from Chris * Chris's If-else change comment incorporation * incorporating Bob's comments phase 1 * Remove unnecessary headers in cublas emitter hpp & cpp (as per Bob's comments) * clang format on previous commit * incorporate fenglei's refactoring comment * incorporating comments * Incorporate Chris's final comment * All comments resolved * Resolve Geoff's comments * Change cache_primitive to register_primitive
-
- 02 Oct, 2018 9 commits
-
-
shssf authored
-
Robert Kimball authored
-
Adam Procter authored
Partial Shapes, Part 1: Classes for partially known shapes, possibly unknown dimensions
-
Adam Procter authored
-
Adam Procter authored
Pretty sure at this point that I was reading the docs correctly.
-
Adam Procter authored
-
Adam Procter authored
-
Pruthvi authored
* WIP input * weights rnn optimization * concat + slcing + replacing new node works * WIP unit test case of fusing rnn inputs * - Added unit test case for fusing rnn input weights - registered CPURnnMatFusion_v1/v2 in codegen and DEX * fixed redeclaration of a variable * Refactored rnn input traformation passes into a single pass * Refactored CPURnnMatFusion call back functions * change random generator range to include -ve values in unit test * address PR comments * dont fuse if the shape of the data slices dont match
-
Adam Procter authored
-
- 01 Oct, 2018 7 commits
-
-
Robert Kimball authored
* rename GPU_TensorView to GPUTensor and GPUTensorViewWrapper to GPUTensorWrapper * undo bad search/replace * revert change
-
Adam Procter authored
-
Robert Kimball authored
* cleanup * cleanup header includes * cleanup * cleanup TensorMemoryReservation pass * include cleanup * more cleanup * more header cleanup * style * Remove obsolete comments
-
Fenglei authored
-
Adam Procter authored
-
Scott Cyphers authored
* Sigmoid and tanh doc, edit for abs * Add equation for sigmoid.
-
Adam Procter authored
* Add CODEOWNERS file (will have no effect until enabled in GitHub settings) * Review comments, and fix a username * Tabs -> spaces * Review comments * /maint/ to @cconvey * /maint/ back to @diyessi by default
-
- 30 Sep, 2018 1 commit
-
-
Robert Kimball authored
-
- 29 Sep, 2018 2 commits
-
-
Robert Kimball authored
* rename files * rename runtime TensorView to Tensor * rename HostTensorView to HostTensor
-
Robert Kimball authored
* Address deferred comments from PR 1676 * use dynamic pointer cast for added error checking
-
- 28 Sep, 2018 4 commits
-
-
Nick Korovaiko authored
* set_output_size fix * add assert * dont run get_loop_kernels twice
-
shssf authored
-
shssf authored
-
shssf authored
-