search for: barrel

Displaying 20 results from an estimated 46 matches for "barrel".

2012 Apr 13
4
Help with stemDocument
Hi, All: I am new to R and tm package. I'm trying to do the stemming using tm_map() and it doesn't seem to work: *I used:* > stemDocument(t_cmts[[100]]) *Where t_cmts is the corpus object, the results is:* bottle loose box abt airpak sections top plastic bottle squashed nearly flush neck previous shipments bottle wrapped securely bubble wrap wno bottle damage packaging poor
2013 Nov 11
0
[LLVMdev] [Target] Custom Lowering expansion of 32-bit ISD::SHL, ISD::SHR without barrel shifter
...was "allowed" to use it, if that's the right word. I checked up on it more and indeed the mainstream targets like ARM use that node type in custom lowering code, so that should solve that. Perhaps in the future I might submit a patch for TargetLowering to set whether the target has a barrel shifter, because I believe that should alter the default emitted DAGs considerably. For example, I tried lowering SHL %a, 5 to a series of SHL %a, 1's at one point and the framework somewhat hilariously (to me) recombined them. If CodeGen knew not to do that, it could save some effort for peopl...
2013 Nov 10
2
[LLVMdev] [Target] Custom Lowering expansion of 32-bit ISD::SHL, ISD::SHR without barrel shifter
I forgot to mention that I used EXTRACT_ELEMENT in my backend to get the high and low parts of an SDValue. On 10 Nov 2013, at 17:50, Steve Montgomery <stephen.montgomery3 at btinternet.com> wrote: > I had a similar problem with a backend for the 68HC12 family which also has no barrel shifter. Some 68HC12 CPUs support shift for just one of the 16-bit registers and only support rotation on the 2 8-bit subregs of that 16-bit register. That means the only practical solution for 32-bit shifts is to lower to a libcall but my situation for 16-bit shifts sounds similar to yours for 32-...
2013 Nov 10
0
[LLVMdev] [Target] Custom Lowering expansion of 32-bit ISD::SHL, ISD::SHR without barrel shifter
I had a similar problem with a backend for the 68HC12 family which also has no barrel shifter. Some 68HC12 CPUs support shift for just one of the 16-bit registers and only support rotation on the 2 8-bit subregs of that 16-bit register. That means the only practical solution for 32-bit shifts is to lower to a libcall but my situation for 16-bit shifts sounds similar to yours for 32-...
2013 Nov 09
2
[LLVMdev] [Target] Custom Lowering expansion of 32-bit ISD::SHL, ISD::SHR without barrel shifter
...", then it will expand the node into a more nodes as follows in an example: shl i32 %a , 2 => high_sdvalue = (or (shr %b, 14), (shl %c, 2) ) => low_sdvalue = (shl %b, 2) where %b would be the lower 16 bits of %a, and %c is the upper 16 bits of %a. Since this target doesn't have a barrel shifter, it would be a huge performance hit to construct the DAG in this way, due to the large number of right shifts). Thus, I wish to mark ISD::SHL/SHR as "Custom" in setOperationAction(), but I'm unsure of how to manually split the 32-bit shiftee SDValue into two 16-bit values. The...
2017 May 15
2
Disabling DAGCombine's specific optimization
Hello LLVM Developers, I am working on an architecture which have one bit shift operation if barrel shiftier hardware is not present in such cases some DAGCombine optimizations reduces performance of certain benchmarks upto 5% for example consider follwing optimization: fold (select_cc seteq (and x, y), 0, 0, A) -> (and (shr (shl x)) A) Here it introduce 2 shift operations and when barrel shif...
2009 May 22
2
Error in FUN with tapply and by
...aseline.integrated" "Task" "Stroke..direction." "Engag" "Disen" "PenDG" "PenUG" "PenDS" "PenUS" "Duration" ------------- "Tripod","Barrel","Integrated",7,"S70",230,510,270,510,781,1011,1011 "Tripod","Barrel","Integrated",7,"S71","na","na","na","na","na","na","na" "Round","NonPrefHand&qu...
2017 May 15
2
Disabling DAGCombine's specific optimization
...idiomatic solution. Cheers > > > > On May 15, 2017, at 07:54, vivek pandya via llvm-dev < > > llvm-dev at lists.llvm.org> wrote: > > > > Hello LLVM Developers, > > > > I am working on an architecture which have one bit shift operation if > > barrel shiftier hardware is not present in such cases some DAGCombine > > optimizations reduces performance of certain benchmarks upto 5% for > example > > consider follwing optimization: > > fold (select_cc seteq (and x, y), 0, 0, A) -> (and (shr (shl x)) A) > > Here it intr...
2002 Dec 08
1
SAMBA slower than MARSNWE...
...ble drv space 1GB RAM Wkstations: All P4 1.6Ghz Dells or faster 256MB Ram 40+gb drv space All Win2k SP3 All boxes are running at 100mb on a 10/100mb switch Ok, that's the bulk of the hardware that should be relevant, now for the software: SRVR: Linux (SuSE v8.1) Samba v2.2.5 lock stock and barrell from the SuSE installation Kernel 2.4.19-4GB lock stock and barrell from the SuSE installation The workstations are all running the standard install from MS of Win2k SP3 and TCP only. This company uses an old DOS application called OPTO. The program when first fired up opens roughly 50 fil...
2006 Oct 30
1
Which executable is associated with R CMD INSTALL?
...ve encountered is installing the lme4 package, and I'm now guessing that R CMD INSTALL is not using my link, and defaults to the R-2.3.1. Does my theory have any credibility? I know it wouldn't explain why the other packages don't have a problem, but I'm scraping the bottom of the barrel now. TIA -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___ Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_ Middle minds discuss events (:_~*~_:) Small minds discuss people (_)-(_)...
2006 Oct 30
1
Which executable is associated with R CMD INSTALL?
...ve encountered is installing the lme4 package, and I'm now guessing that R CMD INSTALL is not using my link, and defaults to the R-2.3.1. Does my theory have any credibility? I know it wouldn't explain why the other packages don't have a problem, but I'm scraping the bottom of the barrel now. TIA -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___ Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_ Middle minds discuss events (:_~*~_:) Small minds discuss people (_)-(_)...
2020 Sep 13
2
libva-utils test siuite is crashing in nouveau sriver
Hi, I'm hitting that issue since Mesa 20.0.6 and it is present still in latest version 20.1.7 ``` [tkloczko at barrel SPECS]$ coredumpctl gdb 3926866 PID: 3926866 (test_va_api) UID: 1000 (tkloczko) GID: 1000 (tkloczko) Signal: 11 (SEGV) Timestamp: Sun 2020-09-13 18:57:06 BST (32s ago) Command Line: ./test_va_api Executable: /home/tkloczko/rpmbuild/BUILD/libva-uti...
2009 Mar 25
4
live audio feed via telephone link
...over the phone line, then decompress it at the destination. I'm pretty sure there is dedicated hardware to do the compression/decompression (whatever they use to do those "radio remotes" from Sally's Sofa Sales without sounding like they are broadcasting from the bottom of a rain barrel) and I'm currently looking into that angle too, but I'm wondering if it would be cheaper/easier/better to have something running on Linux at both ends of the connection to handle the audio compression/decompression. Especially since I'm planning to run a Centos server at the destinatio...
2009 Mar 27
7
is zpool export/import | faster than rsync or cp
I need to move data from one zpool to another, lock stock and barrel, Being from linux background my instinct was to use rsync. But then I remembered seeing the `export/import options in man zpool.. And I''ve seen mention of them here too, but didn''t pay attention since I''d noticed no need yet. Now I''m wondering if the export/i...
2007 Feb 13
10
Is there a limit on the size of a template?
Hello, I have recently run across the following error: /usr/lib/ruby/1.8/yaml/rubytypes.rb:315: [BUG] Segmentation fault This has happened after adding a particularly large template file with ruby 1.8.1. Thank you, -- Rob -- ____________________________________________________________________________________ Be a PS3 game guru. Get your game face on with the latest PS3 news and previews
2009 May 28
1
internal and external debugging [was: [R] step by step debugger in R?]
...y clunky tcl/tk interface, and inability to see proper source code; - (occasionally) speed-- although this can often be gotten round with a bit of ingenuity; - some more "special cases" that I should add, e.g. to trace into 'try' statements; - a few maggots in the code barrel due to changes in R over the years. I try to catch up with the 3rd & 4th from time to time, and would be very happy if anyone can help with the 1st (Romain did already offer as part of summer-of-code, though the project didn't get up). If anyone has other thoughts on bad things in, or...
2009 Sep 10
4
hMail Server Install?
Hi Everybody, Trying to think ahead . . . The hMail server has a number of prerequisites which include: Microsoft's MDAC, JET & .NET Does anybody know if/how these can be met by WINE? Regards, Martin
2010 Apr 11
0
STALKER Clear Sky bugs: red grass, stretched textures, etc.
...come normal, and some of the normal become colored. In static it looks like here: [Image: http://img251.imageshack.us/img251/1125/sschaos040610133409jupi.jpg ] (http://img251.imageshack.us/i/sschaos040610133409jupi.jpg/) The third issue is about brightness of physically interactive objects (doors, barrels, ammunition, etc.), which worsens a picture a lot in places like camps, makes it easy to find hidings, betrays poltergeists: [Image: http://img411.imageshack.us/img411/7020/sschaos032910192201zato.jpg ] (http://img411.imageshack.us/i/sschaos032910192201zato.jpg/) Another one is with the torch lig...
2005 Mar 21
0
Somebody had problem with long user names
...with spaces work. On my installation, Windows (i.e. Samba) home directories and profile directories get made automatically, correctly, at the first user logon. Bugger it, I didn't want it to work, but it does. What's more, the user can log into a normal Unix/Linux console using his double-barreled name, perfectly normally (if only his $HOME env is set correctly in LDAP). Whether or not this Unix login works with anyone's own particular LDAP setup or not, depends greatly on the value for the pam_login_attribute in /etc/ldap.conf (PADL's *not* OpenLDAP's configuration file). Mine...
2010 Dec 26
7
Divinity 2 Bug exist or is new bug? d3d:state_vertexblend_w
I report about this there http://appdb.winehq.org/objectManager.php?sClass=version&iId=17591 and there http://pastebin.ubuntu.com/547626/ require repost information to bugzilla?