search for: brewster

Displaying 10 results from an estimated 10 matches for "brewster".

2010 Oct 07
0
[LLVMdev] Using multiple ExecutionEngines for better parallelism?
Is is possible since LLVM 2.7 to create multiple ExecutionEngine in the same process. Olivier. On Thu, Oct 7, 2010 at 6:41 PM, George Brewster <g at brewster.org> wrote: > Hi, > I'm working on an application that compiles using LLVM from multiple > threads. Currently, I'm doing this using one ExecutionEngine, but I've > observed that this does not seem to scale well past a couple cores. I'd > like to...
2006 Mar 14
2
Where to put ported (embedded DSP) versions of Vorbis?
...ter off in some sort of public repository so that patches can be maintained, etc. There doesn't seem to be a centralized list of the various vorbis ports that might be floating around out there? Any suggestions as what we should do with the code? Create a project on sourceforge? Thanks, Brewster
2010 Oct 07
2
[LLVMdev] Using multiple ExecutionEngines for better parallelism?
Hi, I'm working on an application that compiles using LLVM from multiple threads. Currently, I'm doing this using one ExecutionEngine, but I've observed that this does not seem to scale well past a couple cores. I'd like to be able to get as much parallelism as possible in the compilation, and was wondering about using one ExecutionEngine per thread. The only information
2019 Feb 02
4
CentOS 7 - AltArch i386 - DVD iso?
Just curious. In the two most recent releases of CentOS 7 AltArch i386 there has not been made available a DVD iso (or the live ones) alongside NetInstall/Minimal/Everything. Any plans to make available the DVD variation for the current or future releases? For older 32-bit hardware, it can be nice to be able to burn a single layer DVD. Thanks for your time, -Brendan
2019 Mar 22
3
CentOS 7 - AltArch i386 - DVD iso?
Johnny Hughes wrote: > On 2/2/19 5:47 PM, Brendan Brewster wrote: > >> Just curious. In the two most recent releases of CentOS 7 AltArch i386 >> there has not been made available a DVD iso (or the live ones) alongside >> NetInstall/Minimal/Everything. Any plans to make available the DVD >> variation for the current or future rel...
2009 Dec 06
0
STATISTICAL ANALYSIS OF TEXT EMAILS Re: Refreshments after SOMS Seminar Friday 3:30-4:30 in HBB 334
...ious George on understanding > better. > > Thanks Ajay, also. > > We are blessed to have both of you here at UT!! > > Best to all, > Dr. Guess > > > (Ajay, I may have one of these email, best not to use, which is it?) > ________________________________ > From: Brewster, Laura > Sent: Thu 9/24/2009 3:09 PM > To: Beal, Dennis Jack; Carty, Dillon M; Cinder, Matthew Robert; Duraisamy, > Praveen Raja; Erar, Bahar; Ezell, Ashley Renee; Fajolu, Olufemi Nelson; > fjiang6; Harper, Matt (Matt); Huang, Xia; Jarajapu, Neeharika; Jeong, > Jaehwan; Kim, Je Guk;...
2019 Mar 22
0
CentOS 7 - AltArch i386 - DVD iso?
On 2/2/19 5:47 PM, Brendan Brewster wrote: > Just curious. In the two most recent releases of CentOS 7 AltArch i386 > there has not been made available a DVD iso (or the live ones) alongside > NetInstall/Minimal/Everything. Any plans to make available the DVD > variation for the current or future releases? > > For...
2006 Mar 03
0
Important Statement to Review for Signing
...S. Isenberg, Ph.D., Founder & CEO, isen.com, LLC Seth Johnson, New Yorkers for Fair Use Paul Jones, School of Information and Library Science, University of North Carolina - Chapel Hill Peter D. Junger, Professor of Law Emeritus, Case Western Reserve University Brewster Kahle, Internet Archive Jerry Kang, Professor of Law, UCLA School of Law Dennis S. Karjala, Jack E. Brown Professor of Law, Arizona State University Dan Krimm, Independent Musician Michael J. Kurtz, Astronomer and Computer Scientist, Harvard- Smithsonian Center for...
2005 Feb 11
1
scp in batch mode
Have recently configured secure shell on solaris 9. I'd like to be able to transfer files to other servers in batch mode (without password interaction), ie with the -B option. scp tells me "unable to find an authentication method. What have I missed? Any help welcome. ********************************************************************** DISCLAIMER: 'This e-mail and files
2010 Jun 11
0
nested form & habtm
so i am trying to save to a join table in a habtm relationship, but i am having problems. from my view, i pass in a group id with: = link_to "Create New User", new_user_url(:group => 1) User model (user.rb) class User < ActiveRecord::Base has_and_belongs_to_many :user_groups accepts_nested_attributes_for :user_groups end UserGroups model (user_groups.rb) class UserGroup <