search for: vvt

Displaying 5 results from an estimated 5 matches for "vvt".

Did you mean: vt
2008 Nov 05
4
select in form - best practice?
Q. What resource do readers recommend for referencing regarding best practices for form construction in Rails? I have the following situation: location_type of Locations may have one of five (5) possible codes. Presently I have these codes listed in a drop-down select constructed thusly: <p> <b>Location type</b><br /> <%= f.select :location_type,
2011 Aug 03
0
can't recover LVM volume: Please specify a *single* volume group to restore
...at usaxen02:[~]$ vgcfgrestore -f mars.x.com_root_125152080771 Please specify a *single* volume group to restore. All different attempts, which apparently should work according to some google search results I've found but doesn't. Another attempt: root at usaxen02:[~]$ vgcfgrestore -vvt /etc/lvm/archive/fluidVG_125094317679_00126-1479850541.vg fluidVG_125094317679 Test mode: Metadata will NOT be updated. Setting global/locking_type to 1 global/wait_for_locks not found in config: defaulting to 1 File-based locking selected. Setting global/locking_dir to /v...
2009 May 21
0
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
On Wed, May 20, 2009 at 4:55 PM, Dan Gohman <gohman at apple.com> wrote: > Can you explain why you chose the approach of using a new pass? > I pictured removing LegalizeDAG's type legalization code would > mostly consist of finding all the places that use TLI.getTypeAction > and just deleting code for handling its Expand and Promote. Are you > anticipating something more
2009 May 20
2
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
On May 20, 2009, at 1:34 PM, Eli Friedman wrote: > On Wed, May 20, 2009 at 1:19 PM, Eli Friedman > <eli.friedman at gmail.com> wrote: > >> Per subject, this patch adding an additional pass to handle vector >> >> operations; the idea is that this allows removing the code from >> >> LegalizeDAG that handles illegal types, which should be a significant
2009 May 21
2
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
...set a result!"); - if (Result != Op) - Result = LegalizeOp(Result); - - AddWidenedOperand(Op, Result); - return Result; -} - -// Utility function to find a legal vector type and its associated element -// type from a preferred width and whose vector type must be the same size -// as the VVT. -// TLI: Target lowering used to determine legal types -// Width: Preferred width of element type -// VVT: Vector value type whose size we must match. -// Returns VecEVT and EVT - the vector type and its associated element type -static void FindWidenVecType(const TargetLowering &TLI, un...