search for: 20200327

Displaying 20 results from an estimated 31 matches for "20200327".

Did you mean: 20200326
2020 Mar 27
3
[Asterisk-video] gstreamer integration
...I am seeing questions similar to mine when I search - but I am not finding a solution. Was wondering if you know of something I have not found yet. Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200327/92e1b497/attachment.html> -------------- next part -------------- -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-video mailing list To UNSUBSCRIBE or update options visit: http://lists.d...
2020 Mar 27
2
Instruction selection phase
...not assume any responsibility even if it causes any inconvenience, such as loss of mail, inconsistencies, delays, etc., due to the inclusion of computer viruses. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200327/7bc9722e/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: legalize-dags.pdf Type: application/pdf Size: 46606 bytes Desc: legalize-dags.pdf URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200327/7bc9722e/attachment-0002.pdf...
2020 Mar 27
2
Efficient Green Thread Context-Switching
..._________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200327/f016373c/attachment.html>
2020 Mar 27
2
Passing inormation from pass to lowering
...e best way to pass the information calculated by the pass (e.g the attributes) to the part where the target specific instructions are emitted? Regards Felix -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200327/44616509/attachment.html>
2020 Mar 27
2
We have a problem about pass.
...et in the pass: add_llvm_module ( Filter MODULE Filter.cpp DEPENDS intrinsics_gen PLUGIN_TOOL opt ) We are looking forward to hearing from you. Best regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200327/0c4d499f/attachment-0001.html>
2020 Mar 27
5
Passing inormation from pass to lowering
...s the best way to pass the information calculated by the pass (e.g the attributes) to the part where the target specific instructions are emitted? Regards Felix -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200327/d2a02a9e/attachment.html>
2020 Mar 26
3
LLVM pass to optimize redundant branch conditions
Hello All I am looking for an LLVM pass that is able to detect branches whose condition is known if they are reached. To illustrate what I mean, I attached a screenshot showing a partial CFG of a function. The branch in basic block for.cond.cleanup3 tests the same condition as the branch in the entry block, and has the same target BB if the condition is false. Also, if you inspect the graph
2020 Mar 27
2
Multi-Threading Compilers
...see this be explored as a step along the way, instead of spending time pondering how bad a break to the core APIs in the compiler would be in practice. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200327/18dcff1e/attachment.html>
2020 Mar 27
0
[Asterisk-video] gstreamer integration
Hi - Is this list still alive ? How do I get audio/video into gstreamer from an asterisk call? Thanks Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200327/00b14154/attachment.html> -------------- next part -------------- -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-video mailing list To UNSUBSCRIBE or update options visit: http://lists.d...
2020 Mar 27
0
[Asterisk-video] gstreamer integration
...I am seeing questions similar to mine when I search - but I am not finding a solution. Was wondering if you know of something I have not found yet. Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200327/4f70558e/attachment-0001.html> -------------- next part -------------- -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-video mailing list To UNSUBSCRIBE or update options visit: http://li...
2020 Mar 27
0
Deliver log with "msgid=?" when email come from Exchange/Office 365
...ut the ? in front. Is an issue of my setup or a bug in dovecot? Thanks -- Alessio Cecchi Postmaster @ http://www.qboxmail.it https://www.linkedin.com/in/alessice -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20200327/3dadf546/attachment.html>
2020 Mar 27
1
Forward a copy
<https://wiki.dovecot.org/Pigeonhole/Sieve/Examples> has this example: if header :contains "subject" ["order", "buy"] { redirect "orders at company.dom?; } Can I simply add fileinto :create ?mailbox?; before that redirect line so that a COPY of the message is forwarded? And does redirect imply stop, since I don;?t see stop in the example. --
2020 Mar 28
1
Question on MME and Compute Subchannel in Kepler+
...cratch registers. How does MME for Compute works on Kepler+ ? Does it use the 3D Subchannel? if so how do I know when its targeting the Compute Subchannel? -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20200327/fa7afd12/attachment.htm>
2020 Mar 27
5
Multi-Threading Compilers
..._____________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200327/ebdb168a/attachment.html>
2020 Mar 27
2
Efficient Green Thread Context-Switching
Sorry, I certainly didn't mean to be dishonest. I was just repeating one of the comparisons given by the research paper. Regardless, even setjmp() uses a structure of 148 bytes in size (on my machine). The main point is that with compiler support, many context switches can be easily reduced to just a few instructions and only 8 byte of memory, and even in the worst case they will outperform
2020 Mar 27
2
Reliably mapping memcpy intrinsic
...every memory operation that has a source and a destination address (copy, move, etc) so I can trace the passage of symbols through an executing program. Thankyou -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200327/f2f91059/attachment.html>
2020 Mar 24
2
[GSoC] Prospective student for Unify ways to move code or check if code is safe to be moved
Np, good luck! :) - Stefanos Στις Τρί, 24 Μαρ 2020 στις 8:55 μ.μ., ο/η RITHIK SHARMA < rithiksh02 at gmail.com> έγραψε: > Many thanks, Stefanos! I really appreciate your help :) I heard from > Whitney. > > Best, > Rithik > > On Tue, 24 Mar 2020 at 23:08, Stefanos Baziotis < > stefanos.baziotis at gmail.com> wrote: > >> Hi Rithik, >> >> I
2020 Mar 26
2
Multi-Threading Compilers
> On Mar 26, 2020, at 8:26 AM, Doerfert, Johannes <jdoerfert at anl.gov> wrote: > > On 3/26/20 5:53 AM, Florian Hahn wrote: >>> It also doesn't solve the problem of Functions themselves -- those are >>> also GlobalValues… >> >> >> I am not sure why not. Function passes should only rely on the information at the callsite & from the
2020 Mar 27
2
Efficient Green Thread Context-Switching
...ack” into the LLVM project officially. Thank you for taking the time to read this proposal, and thank you for all your hard work on LLVM. Thanks, - Joshua Wise -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200327/130c3c12/attachment-0001.html>
2020 Mar 27
3
llvm-objdump cannot recognize mul&mulh RISC-V M Instructions
...: 9c 43 lw a5, 0(a5) 4001170: 33 a5 08 03 <unknown> ``` Does anyone knows what is the problem and how to fix it? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200327/75d5c752/attachment.html>