Closed 83b09dda-53f5-4663-b44c-87fd2a9a8717 closed 4 years ago
cc @belkadan: I'm pinging you because I noticed you edited the bug and added a rdar. 🙂
This bug is affecting the progress of the Swift for TensorFlow team: I wonder if an IRGen expert could please look into it? (maybe someone already is)
This got filed yesterday. I don't think that's really enough time for anyone to look at it.
Related issue from 2018: SR-7287. It's been fixed, but the exact fix was not pinpointed.
This should have been fixed by https://github.com/apple/swift/pull/30037 or https://github.com/apple/swift/pull/29912
Environment
Ubuntu 18.04. I got the same results with a few different toolchains from swift.org: - 4.2.4 Release - 5.0.1 Release - May 12, 2019 Trunk SnapshotAdditional Detail from JIRA
| | | |------------------|-----------------| |Votes | 2 | |Component/s | Compiler | |Labels | Bug, CompilerCrash, IRGen | |Assignee | @aschwaighofer | |Priority | Medium | md5: a7f7e56e10c504d4e143b513579e52afblocks:
SimpleRNNCell
in swift-apisrelates to:
Issue Description:
Assertion failure while processing the `partial_apply` in `outer`. Reproducible only via
swiftc sr-10697.swift
, not viaswift sr-10697.swift
.