Re: [ViennaCL-devel] Benchmark GUI First Look

2014-07-10 Thread Namik Karovic
Hey Karl, Thanks for the feedback. > It might be very tricky to get correct behavior for pausing and resuming a > benchmark. As soon as a thread is suspended, it is essentially unable to > take correct timings. You'd have to do some message-passing or work with > callbacks to halt a thread at co

[ViennaCL-devel] Benchmark GUI First Look

2014-07-10 Thread Namik Karovic
Hi all, initial benchmark UI (basic view) is ready. You can find some info about it in my features overview blog post . Some features are still missing and there's some design polishing to be done. But the core benchmarking functionality i

[ViennaCL-devel] Compiler Flags

2014-07-10 Thread Matthew Musto
Sending this from my phone, so please excuse the formatting :) The message is embedded below. -- Forwarded message -- From: "Musto, Matthew" Date: Jul 10, 2014 10:24 AM Subject: To: "[email protected]" Cc: Hi Karli, Thank you for the quick reply to my random late night

Re: [ViennaCL-devel] Compiler Flags

2014-07-10 Thread Karl Rupp
Hi Matt, > This is more of a curiosity question than anything else. When I > compiled the latest build of ViennaCL this evening, I modified the CMake > GUI such that the release flags for CXX and C looked as follows: > > /MD /GL /Ot /MP /O2 /Ob2 /D NDEBUG > > Specifically, I added /GL /Ot /MP fo