marcrasi
marcrasi
For example, on the 2020-11-18 toolchain, `swift build -c release` gives: ``` [1/5] Compiling PenguinTesting StdlibProtocolTests.swift swift-frontend: /home/build-user/swift/lib/SIL/Utils/MemAccessUtils.cpp:98: void (anonymous namespace)::AccessPhiVisitor::checkVisitorResult(swift::SILValue) [UseDefVisitor = (anonymous namespace)::FindAccessBaseVisitor]: Assertion `!result && "must override...
I'm running into a specific problem that would be fixed by release tags: https://github.com/tensorflow/swift-models/pull/640 causes error "swift-benchmark is required using two different revision-based requirements, which is not supported" if we...
It would be useful to get a report of the relative difference between two runs. Some existing tools: * [google/benchmark's compare.py](https://github.com/google/benchmark/blob/master/docs/tools.md#comparepy). (I tried running this on the json from swift-benchmark...
`+=`, `-=`, `*=` in https://github.com/tensorflow/swift-apis/blob/master/Sources/TensorFlow/Operators/Math.swift are not differentiable, but it should be pretty straightforward to make them differentiable.
This code crashes when run with the "Xcode 11 (April 15, 2020)" toolchain, but does not crash when run with a nightly toolchain on Linux. ```swift import Foundation import TensorFlow...
#522 cc @eaplatanios please comment if you would like to take this on eventually, and I will assign it to you.
#519 cc @Shashi456, if you want to work on this please add a comment so that I can assign it to you!
I'm setting up an accounting workflow using beancount-import, and one thing I want to do is verify that I have receipts for all my transactions. I think I see a...