sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
Gurty has quit [Ping timeout: 252 seconds]
_whitelogger has joined #m-labs
<GitHub131> [artiq] sbourdeauducq commented on issue #790: Funded by Oxford. https://github.com/m-labs/artiq/issues/790#issuecomment-333351018
<sb0> _florent_, have you been able to run artiq on the sayma amc+rtm system?
<sb0> whitequark, so what is wrong exactly with copying the numba code? it doesn't seem particularly awful to me, and that would solve the problem quickly.
<sb0> well I haven't looked at the floating point version...
_whitelogger has joined #m-labs
<sb0> ah I had missed the sawg changes when merging sinara... sorry about that
<GitHub144> [artiq] sbourdeauducq pushed 1 new commit to master: https://github.com/m-labs/artiq/commit/a87031f8c3561924d4a31bc9e759d0fa53ae6fff
<GitHub144> artiq/master a87031f Sebastien Bourdeauducq: RELEASING: reminder to close GH milestones
rohitksingh has joined #m-labs
<bb-m-labs_> build #808 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/808
<bb-m-labs_> build #579 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/579
<bb-m-labs_> build #1698 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1698
<sb0> hmm github doesn't have a way of denying the deletion of branches via the footgun that is git push --delete ...
<sb0> it would be nice if push --delete could be completely blocked, and branches could only be deleted via the github interface that would warn you if they are not fully merged
<sb0> anyway, short of having it blocked, we can simply refrain from using it
_whitelogger has joined #m-labs
_whitelogger has joined #m-labs
rqou has quit [Quit: ZNC 1.7.x-git-709-1bb0199 - http://znc.in]
rqou has joined #m-labs
<larsc> sb0: if the branch is marked as protected it can't be deleted
<sb0> yes, but I'd want to automatically protect all branches
<rjo> sb0: np. i wasn't sure whether i even pushed that.
attie has quit [Ping timeout: 248 seconds]
attie has joined #m-labs
<_florent_> sb0: haven't tested artiq on sayma yet, I'll work on it next week
<whitequark> sb0: ok, I finally figured out how to do it nicely
<whitequark> which is actually what numba does, it just wasn't obvious
<whitequark> they emit an intrinsic as LLVM IR
<whitequark> so this avoids code duplication (it's emitted no more than once) but also gives LLVM visibility into it
<GitHub26> [artiq] whitequark deleted now-as-ssa at 1b9236f: https://github.com/m-labs/artiq/commit/1b9236f
kyak has quit [Ping timeout: 240 seconds]
kyak has joined #m-labs
kyak has joined #m-labs
kyak has quit [Ping timeout: 258 seconds]
kyak has joined #m-labs
kyak has joined #m-labs
sb0 has quit [Quit: Leaving]
<GitHub151> [artiq] whitequark pushed 1 new commit to master: https://github.com/m-labs/artiq/commit/62f2693e36cc30c4088c9e76c2ecb52fe0d38f06
<GitHub151> artiq/master 62f2693 whitequark: compiler: correct semantics of integer % operator (#830).
<whitequark> rjo: sb0: what do we do with "signed zeroes"?
<whitequark> i currently do not make any effort to support signed zeroes and nans anywhere in artiq python
<whitequark> so in modulo code as well
<bb-m-labs_> build #809 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/809
<GitHub169> [artiq] whitequark pushed 2 new commits to master: https://github.com/m-labs/artiq/compare/62f2693e36cc...843786a0919e
<GitHub169> artiq/master 843786a whitequark: compiler: minor intrinsic refactoring.
<GitHub169> artiq/master 491c7ef whitequark: compiler: correct semantics of floating point % operator (fix #830).
<GitHub8> [artiq] whitequark closed issue #830: Modulo arithmetic with negative numbers on the kernel https://github.com/m-labs/artiq/issues/830
<bb-m-labs_> build #580 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/580
<bb-m-labs_> build #1699 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1699
<bb-m-labs_> build #810 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/810
<bb-m-labs_> build #581 of artiq-win64-test is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-win64-test/builds/581
<bb-m-labs_> build #1700 of artiq is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq/builds/1700
bb-m-labs_ has quit [Quit: buildmaster reconfigured: bot disconnecting]
<GitHub33> [buildbot-config] whitequark pushed 1 new commit to master: https://git.io/vdnWA
<GitHub33> buildbot-config/master a9c9650 whitequark: Set meaningful context for GitHub status reporter.
bb-m-labs has joined #m-labs
<GitHub29> [buildbot-config] whitequark pushed 1 new commit to master: https://git.io/vdn8y
<GitHub29> buildbot-config/master f70218a whitequark: Revert "Set meaningful context for GitHub status reporter."...
<GitHub130> [artiq] whitequark pushed 1 new commit to master: https://github.com/m-labs/artiq/commit/f86744c65cc3e84605d7fa25eae815fc0f9d523c
<GitHub130> artiq/master f86744c whitequark: compiler: implement ~ operator (fix #836).
<GitHub179> [artiq] whitequark closed issue #836: Compiler crash using unary operator https://github.com/m-labs/artiq/issues/836
<whitequark> rjo: can you please put your access token for github back into buildbot's secrets.json file?
<whitequark> i wanted to make github status reporting more clear but broke it instead
<bb-m-labs> build #811 of artiq-board is complete: Success [build successful] Build details are at http://buildbot.m-labs.hk/builders/artiq-board/builds/811
<rjo> whitequark: status_api_token?
<whitequark> rjo: yes
<rjo> whitequark: done. had to regenerate it but afaict that's just fine.
<whitequark> I made an OAuth app so it would appear under m-labs' account but that didn't work
<whitequark> not sure why and I spent too much time on this silliness already
<rjo> whitequark: note that i deleted what was in there before.
<whitequark> yeah sure
<rjo> ok.