search for: r116

Displaying 6 results from an estimated 6 matches for "r116".

Did you mean: r11
2018 Jun 21
2
NVPTX - Reordering load instructions
...seems to do this unconditionally, even with launch configurations where this could hurt performance), it allows the CUDA PTX JIT to emit 128-bit loads: > LDS.128 R76, [0x2f0]; > LDS.128 R60, [0xa0]; > LDS.128 R72, [0x130]; > LDS.128 R96, [0x1b0]; > LDS.128 R92, [0x30]; > LDS.128 R116, [0x50]; > LDS.128 R108, [0x1f0]; LLVM preserves the operations more or less as they are emitted by the front-end, interleaving memory operations with arithmetic. As a result, the SASS code contains many more 32-bit loads, which lowers performance by ~10% on this specific benchmark. What would...
2010 Jun 15
0
[LLVMdev] Question on X86 backend
...R60, R61, R62, R63, R64, R65, R66, R67, R68, R69, R70, R71, R72, R73, R74, R75, R76, R77, R78, R79, R80, R81, R82, R83, R84, R85, R86, R87, R88, R89, R90, R91, R92, R93, R94, R95, R96, R97, R98, R99, R100, R101, R102, R103, R104, R105, R106, R107, R108, R109, R110, R111, R112, R113, R114, R115, R116, R117, R118, R119, R120, R121, R122, R123, R124, R125, R126, R127, R128, R129, R130, R131, R132, R133, R134, R135, R136, R137, R138, R139, R140, R141, R142, R143, R144, R145, R146, R147, R148, R149, R150, R151, R152, R153, R154, R155, R156, R157, R158, R159, R160, R161, R162, R163, R164, R165, R...
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah, > In X86InstrInfo.td for Call Instructions, it mentions that Uses for > argument registers are added manually. Can someone point me to the > location where they are added as the comment doesn't reference a > where or how? the register uses are added by the function X86TargetLowering::LowerCall() during the DAG Lowering phase. This is the relevant code segment: // Add
2008 Mar 15
8
Help with Netsoccer
...i installed ubuntu. Then, in order to play my favorite game, i installed wine and downloaded Netsoccer... I read some tutorials and got wine working... But i can't get Netsoccer working =(.. I get an error when i initialize it, which is the following: [Image: http://i142.photobucket.com/albums/r116/_Anderson_/Semttulo-1.png ] Can anyone please help me with this? The EAccess thing is the first thing that show up, and next it opens alot of error popups like the one which shows up the EAccess one.. Please i really wanna to keep ubuntu and the game =(
2018 Jun 21
2
NVPTX - Reordering load instructions
...?q=t+allow&entry=gmail&source=g>s the > CUDA PTX JIT to emit 128-bit loads: > > > >> LDS.128 R76, [0x2f0]; > >> LDS.128 R60, [0xa0]; > >> LDS.128 R72, [0x130]; > >> LDS.128 R96, [0x1b0]; > >> LDS.128 R92, [0x30]; > >> LDS.128 R116, [0x50]; > >> LDS.128 R108, [0x1f0]; > > LLVM preserves the operations more or less as they are emitted by the > > front-end, interleaving memory operations with arithmetic. As a result, > > the SASS code contains many more 32-bit loads, which lowers performance > >...
2015 Jun 07
43
[Bug 90887] New: PhiMovesPass in register allocator broken
https://bugs.freedesktop.org/show_bug.cgi?id=90887 Bug ID: 90887 Summary: PhiMovesPass in register allocator broken Product: Mesa Version: git Hardware: All OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at