search for: sameer

Displaying 20 results from an estimated 148 matches for "sameer".

2014 Jul 02
1
Webrtc Not acceptable here
Hi, I am getting *Can't provide secure audio requested in SDP offer* with sipml5 client hosted on my local system [1060] ; This will be WebRTC client type=friend username=1060 ; The Auth user for SIP.js host=dynamic ; Allows any host to register secret=sameer ; The SIP Password for SIP.js encryption=yes ; Tell Asterisk to use encryption for this peer avpf=yes ; Tell Asterisk to use AVPF for this peer icesupport=yes ; Tell Asterisk to use ICE for this peer ignorecryptolifetime=yes context=sameer ; Tell Asterisk which context to use when this peer is dial...
2015 Jan 14
3
[LLVMdev] [RFC][PATCH][OPENCL] synchronization scopes redux
On Tue, Jan 13, 2015 at 10:27 PM, Sameer Sahasrabuddhe < sameer.sahasrabuddhe at amd.com> wrote: > Ping! We need to close on whether everyone is convinced that symbolic > memory scopes have a significant advantage over opaque numbers. Either of > them will be examined by optimizations using a target-implemented API. I >...
2014 Jun 30
2
recording in mp3
Hey guys Is it possible to record with mixmonitor straight into mp3. I am trying to reduce disk space and want my calls to be recorded in mp3 Instead of wav. Sent from Samsung Mobile <div>-------- Original message --------</div><div>From: Sameer Rathod <sameer at hostnsoft.com> </div><div>Date:30/06/2014 9:23 PM (GMT+02:00) </div><div>To: asterisk-users at lists.digium.com </div><div>Subject: [asterisk-users] Fwd: Regarding packet2packet bridging </div><div> </div> Dear concern,...
2016 Aug 17
3
Memory scope proposal
...approach since this metadata can be dropped during the processing of one module but not dropped in the processing of a second module, potentially resulting in inconsistent scopes for synchronizing operations leading to data races and subsequently leading to correctness issues. > Right, I saw Sameer's explanation for that earlier, and we shouldn’t move forward (without Philip’s opinion on the topic as he expressed concerns). But you stripped out the second part of my email where I wrote "It seems you’re going back to integer, which I don’t really like for reasons mentioned earlier in...
2016 Aug 17
2
Memory scope proposal
Hi, I have updated the review here: https://reviews.llvm.org/D21723 As Sameer pointed out, the motivation is: In OpenCL 2.x, two atomic operations on the same atomic object need to have the same scope to prevent a data race. This derives from the definition of "inclusive scope" in OpenCL 2.x. Encoding OpenCL 2.x scope as metadata in LLVM IR would be a problem becau...
2015 Jan 09
2
[LLVMdev] [RFC][PATCH][OPENCL] synchronization scopes redux
On 1/9/2015 4:14 AM, Chandler Carruth wrote: > On Wed, Jan 7, 2015 at 8:03 PM, Sahasrabuddhe, Sameer > <sameer.sahasrabuddhe at amd.com <mailto:sameer.sahasrabuddhe at amd.com>> > wrote: > > Here's what this looks like to me: > > 1. LLVM text format will use string symbols for memory scopes, > and not numbers. The set of strings is target def...
2012 Oct 08
1
[LLVMdev] SCEV bottom value
Hi Preston, I was wondering ... "Bottom" is a bit overloaded as far as terms go. Would SCEVNaN be a better name for this beast? Sameer. > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On > Behalf Of Sameer Sahasrabuddhe > Sent: Monday, October 08, 2012 9:16 AM > To: preston.briggs at gmail.com > Cc: LLVM Developers Mailing List > Subject: Re: [LLVMde...
2014 Dec 24
2
[LLVMdev] [RFC][PATCH][OPENCL] synchronization scopes redux
...e encoding around cross thread being the most common. I'm not really a bitcode expert, so I'd rather defer to someone who has hacked on this part of LLVM more recently there. I can try to take a look at the higher level patches soon though. On Fri, Dec 12, 2014 at 10:25 AM, Sahasrabuddhe, Sameer < sameer.sahasrabuddhe at amd.com> wrote: > > On 12/11/2014 4:28 PM, Sahasrabuddhe, Sameer wrote: > > > Attached is a sequence of patches that changes the IR to support more than > two synchronization scopes. This is still a work in progress, and these > patches are only...
2014 Nov 19
2
[LLVMdev] memory scopes in atomic instructions
On 11/19/2014 4:05 AM, Chandler Carruth wrote: > > On Fri, Nov 14, 2014 at 1:09 PM, Sahasrabuddhe, Sameer > <sameer.sahasrabuddhe at amd.com <mailto:sameer.sahasrabuddhe at amd.com>> > wrote: > > 1. Update the synchronization scope field in atomic instructions > from a > single bit to a wider field, say 32-bit unsigned integer. > > > I think this...
2015 Jan 06
2
[LLVMdev] [RFC][PATCH][OPENCL] synchronization scopes redux
Hi Sameer, > On Jan 5, 2015, at 4:51 AM, Sahasrabuddhe, Sameer <Sameer.Sahasrabuddhe at amd.com> wrote: > > Right. The second version of my patches fixes the bitcode encoding. But now I see another potential problem with future bitcode if we require an ordering on the scopes. What happens w...
2016 Aug 21
2
Memory scope proposal
...ata can be dropped during the processing of one module but not dropped in the processing of a second module, potentially resulting in inconsistent scopes for synchronizing operations leading to data races and subsequently leading to correctness issues. >>> >> >> Right, I saw Sameer's explanation for that earlier, and we shouldn’t move forward (without Philip’s opinion on the topic as he expressed concerns). > Given my current time commitments, having me on the critical path for any proposal is not a good idea. I'm willing to step aside here as long as the proposal...
2014 Nov 19
2
[LLVMdev] memory scopes in atomic instructions
> On Nov 18, 2014, at 2:35 PM, Chandler Carruth <chandlerc at google.com> wrote: > > > On Fri, Nov 14, 2014 at 1:09 PM, Sahasrabuddhe, Sameer <sameer.sahasrabuddhe at amd.com <mailto:sameer.sahasrabuddhe at amd.com>> wrote: > 1. Update the synchronization scope field in atomic instructions from a > single bit to a wider field, say 32-bit unsigned integer. > > I think this should be an arbitrary bit width integ...
2011 Jul 07
1
[LLVMdev] Dynamic Optimization selection for individual functions
...nFunction(Function) implementation. However this is causing the following error: "LLVM ERROR: 'main' label emitted multiple times to assembly file" I may be applying a few passes multiple times. Could anyone with an understanding of the PassManager shed some light on this? Thanks, Sameer -- Sameer Kulkarni My Present email load: http://courteous.ly/Ok2EKh Work: www.cis.udel.edu/~skulkarn/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110706/53aa6897/attachment.html>
2004 Jul 16
2
Growing file
...at is changing in size. If I have a file ( say 100G ) that is being gzipped, and I start an rsync of that file system to a remote location, would rsync just send the data of that gzip file that exists on disk at that point in time, or would it keep looping seeing that the file is changing. Thanks, Sameer
2012 Oct 17
2
[LLVMdev] accesing svn URLs mentioned in git commit messages
...nstead we get the following error message: The requested URL /svn/llvm-project/llvm/trunk at 165785 was not found on this server. The tip of the trunk is visible just fine: https://llvm.org/svn/llvm-project/llvm/trunk/ Is the server setup broken, or is the syntax for specific revisions broken? Sameer. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121017/caf66da1/attachment.html>
2014 Nov 14
3
[LLVMdev] memory scopes in atomic instructions
...PIR defines an enumeration for memory scopes, but it does not support LLVM atomic instructions. So memory scopes in SPIR are independent of the representation finally chosen in LLVM IR. A compiler that translates SPIR to native LLVM IR will have to translate memory scopes wherever appropriate. Sameer.
2014 Jul 01
2
recording in mp3
...:11 PM, andrew Colin <andrew at vsave.co.za> wrote: Hey guys Is it possible to record with mixmonitor straight into mp3. I am trying to reduce disk space and want my calls to be recorded in mp3 Instead of wav. Sent from Samsung Mobile -------- Original message -------- From: Sameer Rathod Date:30/06/2014 9:23 PM (GMT+02:00) To: asterisk-users at lists.digium.com Subject: [asterisk-users] Fwd: Regarding packet2packet bridging Dear concern, I want to configure packet2packet bridging in asterisk. How could I do this any of the tutorial or instructions will help ? I found th...
2012 Oct 08
0
[LLVMdev] SCEV bottom value
...ld C, and no folding will ever be allowed. In some sense, Bottom is the anti-thesis to Unknown. Unknown provides a boundary that encapsulates unknown semantics, while Bottom invalidates anything it touches! Also, how would one uniquify Bottom expressions? Should they all be considered identical? Sameer.
2005 Nov 12
2
[LLVMdev] building LLVM 1.6 on Debian unstable ...
Marco Matthies wrote: >> make[2]: Entering directory `/home/sameerds/data/llvm-1.6/tools/llc' >> llvm[2]: Linking Debug executable llc >> `.gnu.linkonce.t._ZNK4llvm14TargetLowering12getValueTypeEPKNS_4TypeE' >> referenced >> in section `.rodata' of >> /home/sameerds/data/llvm-1.6/Debug/lib/LLVMSelectionDAG >> .o:...
2001 Apr 26
3
vorbis plugin
Is there a vorbis plug-in for Real Player or the Windows Media Player? Sameer -- Sameer Verma Asst. Professor of Information Systems San Francisco State University San Francisco CA 94132 USA http://verma.sfsu.edu/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to ...