search for: searchin

Displaying 20 results from an estimated 22 matches for "searchin".

Did you mean: searching
2015 Sep 25
3
VLIW support
Is there a VLIW support in LLVM? I found this, https://groups.google.com/forum/#!searchin/llvm-dev/VLIW, but it looks like it is not completely implemented. Specifically I'm interested in how instructions are bundled together. I can't seem to find it anywhere in the source code. Any help in resolving he issue is appreciated. -------------- next part -------------- An HTML attac...
2020 Jan 29
2
ELF EM value for 65816
Hello, I’m working on porting llvm to build for 65816, and I wanted to use a value of e_machine for this. I was wondering if there is a process for getting a value reserved. I’ve seen some information but its from many years ago, and seems to be well out of date? Just wanted to ask people who would likely know. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jul 26
1
Remove non-numerical columns from data frame
Hello, My question sounds simple, but as I am desperatly searchin for a solution I am asking you all. :) I try to filter out all non-numeric columns of a data frame using a for loop to go through all columns. My if clause looks like this:         for(j in 1:length(data)) {                 ...                 if(!is.numeric(data[j])) skip <- "not nume...
2014 May 20
1
How to enable DTLS
Hi All, Currently i am integrating webRTC demo. I have issue using firefox,someone suggest me to enable DTLS for webRTC working in firefox using Asterisk. I am using Asterisk 11.9.0. https://groups.google.com/forum/#!searchin/doubango/bhavik/doubango/Mv9u0YkNb90/55VElJ1TdY8J Can any one tell me how to enable DTLS ? -- Thanks, Bhavik Patel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140520/82e23124/attachment.html&g...
2010 Apr 28
7
operator problem within function
...t processed # dataframe should be: givenframe$columnagivennumber a=dataframe$q[dataframe$q==medium]=1 return(a) } If I call this function, i´d like it to return my dataframe. The problem appears to be somewhere around the $. I´m sure this not too hard, but somehow i am stuck. I´ll keep searchin the manuals. Thx for any help in advance. best matt [[alternative HTML version deleted]]
2017 Aug 15
3
[XRay] Alternatives to relocations in .text section
Hi llvm-dev, I'm currently looking for alternatives to the synthetic references that XRay uses to keep some side-tables live, to avoid linker garbage collection from deleting those sections. Before going any further, let me give a backgrounder on what XRay does today. Background ========== XRay has two side tables we use at runtime to identify the location of the sleds for the functions
2019 Aug 07
2
Trouble with ORCv2 Tutorial
...this specific issue. I'm happy to share more about the source code and build settings if that is helpful. Thanks in advance, Zeke [1] https://llvm.org/docs/tutorial/BuildingAJIT1.html [2] https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html [3] https://groups.google.com/forum/#!searchin/llvm-dev/orcv2%7Csort:date/llvm-dev/UNXf9EOw43g/w3qOKLYbAwAJ
2016 Jan 28
6
Memory scope proposal
...omic instructions. We would like to enhance the representation of memory scopes in LLVM IR to allow more values than just the current two. The intention of this email is to invite comments on our proposal. There are some discussion before and it can be found here: https://groups.google.com/forum/#!searchin/llvm-dev/hsail/llvm-dev/46eEpS5h0E4/i3T9xw-DNVYJ Here is our new proposal: ================================================================= We still let the bitcode store memory scopes as *unsigned integers*, since that is the easiest way to maintain compatibility. The values 0 and 1 are special....
2003 Nov 12
1
samba (vs. nfs) in all unix environment
Hi, I'm sorry if this is a very FAQ, I've been googling around and searchin' the list archive and I'll gladly accept RTFMs with somehow precise URLs (including URLs to the list archives). I'm on the drawing board (no equipment yet) for a server farm that will have a SteelEye linux cluster behind to provide (among other services) with networked file access....
2015 Sep 25
4
VLIW support
...via llvm-dev"<llvm-dev at lists.llvm.org>; > *Date: * Fri, Sep 25, 2015 03:33 PM > *To: * "llvm-dev"<llvm-dev at lists.llvm.org>; > *Subject: * [llvm-dev] VLIW support > > Is there a VLIW support in LLVM? I found this, > https://groups.google.com/forum/#!searchin/llvm-dev/VLIW, but it looks > like it is not completely implemented. Specifically I'm interested in how > instructions are bundled together. I can't seem to find it anywhere in the > source code. > > Any help in resolving he issue is appreciated. > > -- Rail Shafigul...
2016 Mar 29
1
Memory scope proposal
...> like to enhance the representation of memory scopes in LLVM IR to > allow more values than just the current two. The intention of this > email is to invite comments on our proposal. There are some discussion > before and it can be found here: > https://groups.google.com/forum/#!searchin/llvm-dev/hsail/llvm-dev/46eEpS5h0E4/i3T9xw-DNVYJ > <https://groups.google.com/forum/#%21searchin/llvm-dev/hsail/llvm-dev/46eEpS5h0E4/i3T9xw-DNVYJ> > > Here is our new proposal: > > ================================================================= > We still let the bitcode...
2016 Mar 22
1
Memory scope proposal
...tomic instructions. We would like to enhance the representation of memory scopes in LLVM IR to allow more values than just the current two. The intention of this email is to invite comments on our proposal. There are some discussion before and it can be found here: https://groups.google.com/forum/#!searchin/llvm-dev/hsail/llvm-dev/46eEpS5h0E4/i3T9xw-DNVYJ Here is our new proposal: ================================================================= We still let the bitcode store memory scopes as "unsigned integers", since that is the easiest way to maintain compatibility. The values 0 and 1 a...
2016 Apr 18
3
Memory scope proposal
...uld like to > enhance the representation of memory scopes in LLVM IR to allow more values > than just the current two. The intention of this email is to invite > comments on our proposal. There are some discussion before and it can be > found here: > https://groups.google.com/forum/#!searchin/llvm-dev/hsail/llvm-dev/46eEpS5h0E4/i3T9xw-DNVYJ > > Here is our new proposal: > > ================================================================= > We still let the bitcode store memory scopes as "unsigned integers", since > that is the easiest way to maintain compa...
2019 Aug 08
2
Trouble with ORCv2 Tutorial
...de and build settings if that is helpful. >> >> Thanks in advance, >> >> Zeke >> >> [1] https://llvm.org/docs/tutorial/BuildingAJIT1.html >> [2] https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html >> [3] https://groups.google.com/forum/#!searchin/llvm-dev/orcv2%7Csort:date/llvm-dev/UNXf9EOw43g/w3qOKLYbAwAJ >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
2019 Aug 09
2
Trouble with ORCv2 Tutorial
...;> Thanks in advance, >> >> >> >> Zeke >> >> >> >> [1] https://llvm.org/docs/tutorial/BuildingAJIT1.html >> >> [2] https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html >> >> [3] https://groups.google.com/forum/#!searchin/llvm-dev/orcv2%7Csort:date/llvm-dev/UNXf9EOw43g/w3qOKLYbAwAJ >> >> _______________________________________________ >> >> LLVM Developers mailing list >> >> llvm-dev at lists.llvm.org >> >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >&...
2013 Aug 27
7
The Foreman: Query facts from ENC PuppetDB?
I''ve been using PuppetDB as an ENC for a while, but I haven''t really utilized it for stored configs or anything. I was mostly interested in replacing Dashboard''s reporting capabilities, but PuppetDB doesn''t yet do anything (that I can see) with reports. So I''m currently looking into setting up a separate Foreman server. I saw the script mentioned
2001 Oct 24
0
Ext3 Patch for 2.4.13
Hi. Is there any ext3 patch for Kernel 2.4.13 out there. I'v been searchin all day for the patch, but can't find any then patch for 2.4.13-ac2 and others. Do they work with 2.4.13? Could anyone please mail me the link if it's avaiable. Thanks. Cheers, :0) best regards, Svavar Orn Reykjavik - Iceland svavar@fiton.is
2012 Apr 20
0
Issue with savon and ssl headers
...Time</wsu:Created> </wsu:Timestamp> </wsse:Security> </env:Header> Like you can see the issue I have is that the node Timestamp don''t have his attribute and this happen with every node inside of another one it just seems to work right for parent nodes searchin I found that gyoku 0.4.4 support another way to write the attributes using @ but i write something like this {"a" => "@ns:name", "_content" => {"b", "c"}} and it make a real mess it creates the node <_content> instead of the result i w...
2013 May 09
0
Rails 4.0.0.rc1 - A copy of <class> has been removed from the module tree but is still active!
...quot;*" to environment.rb does fix the issue for me. My question is why does this error occur when my app is upgraded to Rails 4.0.0.rc1 but works fine when it was on Rails 3.2.13? What is new in Rails 4.0.0.rc1 that causes this behavior? [1] https://groups.google.com/forum/?fromgroups=#!searchin/rubyonrails-talk/%22been$20removed$20from$20the$20module%22%7Csort:date/rubyonrails-talk/FH9A81VwgyM/15DU9__ML9QJ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, s...
1999 Feb 01
1
Benchmark results.
...rly in the test (a factor of 5 slower than Samba) that both PC Week and myself were convinced that something was wrong with the NT tuning. The problem was that NT refused to use more that 300MB of memory for file cache (despite tweaking the only public setting that NT allows to modify this). Even searchin all Microsoft technical references and Web pages on NT tuning did not allow us to find anything to force NT to use more memory for disk cache. On the Linux side I used to documentation in /usr/src/linux/Documentation/vm to set the disk cache size to 80% of all available memory. Hope these numbe...