search for: punchline

Displaying 14 results from an estimated 14 matches for "punchline".

Did you mean: punching
2013 Nov 15
2
[LLVMdev] lld fails to build on Visual Studio 2013
...Graph.h as the return type of InputGraph::reset. Inside of ErrorOr, there is: typedef typename remove_reference<T>::type &reference As T is void, and remove_reference <T>::type results in void, the typedef expands to: typedef void & reference, which looks rather invalid. So the punchline is this: In Visual Studio 2012, the statement typedef remove_reference <T>::type & reference; compiled. On 2013, it fails. Greetings, Daniel Albuschat
2013 Apr 16
7
the joy of spreadsheets (off-topic)
Given that we occasionally run into problems with comparing Excel results to R results, and other spreadsheet-induced errors, I thought this might be of interest. http://www.nextnewdeal.net/rortybomb/researchers-finally-replicated-reinhart-rogoff-and-there-are-serious-problems The punchline: "If this error turns out to be an actual mistake Reinhart-Rogoff made, well, all I can hope is that future historians note that one of the core empirical points providing the intellectual foundation for the global move to austerity in the early 2010s was based on someone accidentally not upd...
2013 Nov 15
0
[LLVMdev] lld fails to build on Visual Studio 2013
...tGraph::reset. > Inside of ErrorOr, there is: > typedef typename remove_reference<T>::type &reference > As T is void, and remove_reference <T>::type results in void, the > typedef expands to: > typedef void & reference, which looks rather invalid. > > So the punchline is this: > In Visual Studio 2012, the statement typedef remove_reference > <T>::type & reference; compiled. On 2013, it fails. > > Greetings, > Daniel Albuschat > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.ed...
2017 Oct 14
2
What's LLVM{target}CodeGen vs {target}CodeGen?
...r CodeGen Core MC Scalar SelectionDAG Support Target TransformUtils add_to_library_groups = TMS9900 And finally, TMS9900.td contains: include "llvm/Target/Target.td" def TMS9900 : Target { } I also updated lib/Target/LLVMBuild.txt's [common] subdirectories to include TMS9900. *The punchline:* Now, I tried to run cmake: $ cd build $ cmake -G "Unix Makefiles" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=TMS9900 ../llvm ... stuff ... CMake Error at cmake/modules/LLVM-Config.cmake:178 (message): Target TMS9900 is not in the set of libraries. Call Stack (most recent call first): cm...
2013 Nov 15
1
[LLVMdev] lld fails to build on Visual Studio 2013
...ErrorOr, there is: > > typedef typename remove_reference<T>::type &reference > > As T is void, and remove_reference <T>::type results in void, the > > typedef expands to: > > typedef void & reference, which looks rather invalid. > > > > So the punchline is this: > > In Visual Studio 2012, the statement typedef remove_reference > > <T>::type & reference; compiled. On 2013, it fails. > > > > Greetings, > > Daniel Albuschat > > _______________________________________________ > > LLVM Developers mail...
2001 Jul 13
2
FW: Lossy music formats compared
...;s Washington Post has an article detailing > the results of having a "a diverse panel of listeners: two members > of the National Symphony Orchestra, a high-end stereo salesman, a > record producer, a composer and two guitarists" comparing MP3Pro > and Vorbis formats. The punchline: "...felt Vorbis was the least > realistic, with MP3Pro sounding better and Windows Media Audio > best of all -- but none of these formats achieved CD quality."" ---> Jarmo Lundgren, multimediatsaari Helsingin Sanomat, Verkkoliite p. 09-1227554 / 040-5345868...
2012 Aug 07
1
[LLVMdev] [RFC] unused argument warning
On Aug 7, 2012, at 3:08 PM, Eli Friedman wrote: > On Tue, Aug 7, 2012 at 2:59 PM, Chad Rosier <mcrosier at apple.com> wrote: >> All, >> I would like to propose a fairly significant change to the unused argument warning (i.e., removing it for the most part), but wanted to get some feedback before investing a great deal of time. In my opinion, the implementation of this
2008 Feb 29
0
Seeking Validation - search web service using memcached
...tention from a Ruby approach to using memcached. Meanwhile, I knew from prior experience that the python client for memcached was both fast and reliable. The python memcached client was routinely 3x faster for the tests I ran. Python also seems to be quite fast at set operations. Getting to the punchline, I used python and memcached, wrapped in twisted, to provide a ReSTful web service api, which is called from RoR to get ALL of the information needed to render search results. The API has been extended to allow the Ruby code to "fire and forget" new indexing info onto a deque (fifo queue...
2020 May 26
2
[ORC JIT][MLIR] GDBRegistrationListener "second attempt to perform debug registration" assert
...>; Iyer, Swapna <swapna.iyer at intel.com> Subject: RE: [llvm-dev] [ORC JIT][MLIR] GDBRegistrationListener "second attempt to perform debug registration" assert Sorry for the delay. Hope everyone had a good long weekend. See attached log captured from GDB session. Here is the punchline: Adding MemMgr 0x55555959f440 unit-test: /localdisk/adstraw/ngraph/build/mlir_project/llvm-project/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp:164: virtual void {anonymous}::GDBJITRegistrationListener::notifyObjectLoaded(llvm::JITEventListener::ObjectKey, const llvm::object::ObjectFile&am...
2009 Nov 04
4
unexpected results in comparison (x == y)
Dear readers of the list, I have a problem a comparison of two data from a vector. The comparison yields FALSE but should be TRUE. I have checked for mode(), length() and attributes(). See the following code (R2.10.0): ----------------------------------------------- # data vector of 66 double data X =
2020 May 21
2
[ORC JIT][MLIR] GDBRegistrationListener "second attempt to perform debug registration" assert
Hi Adam, Calls to the listeners should be protected by the RTDyldLayerMutex. Could you apply the attached patch and share the debugging output from one of the failing runs? Regards, Lang. On Wed, May 20, 2020 at 8:00 PM David Blaikie <dblaikie at gmail.com> wrote: > +Lang > > On Wed, May 20, 2020 at 4:44 PM Straw, Adam D via llvm-dev < > llvm-dev at lists.llvm.org>
2005 May 13
1
FreeBSD Security Advisory FreeBSD-SA-05:09.htt [REVISED]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-05:09.htt Security Advisory The FreeBSD Project Topic: information disclosure when using HTT Category: core Module: sys Announced:
2010 Nov 27
9
rails server command
Hi. When I try and start my server using ''rails server'' I get the following..... Usage: rails new APP_PATH [options] Options: -r, [--ruby=PATH] # Path to the Ruby binary of your choice # Default: C:/InstantRails-2.0-win/ruby/bin/r xe -d, [--database=DATABASE] # Preconfigure for selected database (options
2006 Mar 02
17
can''t get rails to connect to mySQL - HELP!!!!!!!!!
Sorry, but this is really NOT as easy as the tutorials/books make out. I''m really struggling at the first hurdle here. And while I''m not a programmer by design I do know my way around most stuff. And if I can''t get this to work I suspect more people will have the same issues. There seems to be too many variables to address. I have winXP, I have ruby and rails all