Displaying 20 results from an estimated 10000 matches similar to: "Questions about GSoC project: Speed up the Test Suite"
2015 Aug 14
2
Why not pthreads on Windows in 'parallel' package?
On Windows there are a few 'pthreads' implementation, e.g.
pthreads-w32 and winpthreads
[https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Using-pthreads].
We're thinking of giving them a try for the matrixStats package, and
basic tests indicates it works, but since Windows pthreads are not
used by core R (or?) I've got a little bit worried that we will face
overwhelming
2013 Mar 04
2
Need Beginner Guide for Matcher Optimisations Project
Hi,
While searching for a project which matches my interest andskill level, I
found this project named Matcher Optimization. This project is really
challenging and excting from my view point and I would like to be a part of
this project.
Optimization techniques metioned in the reference links provided will take
some time for me to have a good understanding about them. But I am trying
to get my
2015 Mar 09
5
Notes on building a gcc toolchain for Rtools (but not multilib)
Hi,
[This is a follow-up to the "New version of Rtools for Windows" thread
in January, but I just subscribed and don't know how to reply to an
old thread -- my apologies.]
I was able to use the nuwen distro to build a gcc 4.9.2 toolchain and
use it to build the latest R-patched with it.
Below are some notes about what I did; I hope they will be useful for
keeping Rtools
2015 Aug 15
1
Why not pthreads on Windows in 'parallel' package?
Aaaah ...
and argh - I should have better not to post R question at midnight,
especially when I know it forks the process and it's not using threads.
Brain meltdown. (So, we'll proceed trying to use pthreads in matrixStats
also for Windows). Sorry for the noise and thanks Kasper.
Henrik
On Aug 15, 2015 02:52, "Kasper Daniel Hansen" <kasperdanielhansen at gmail.com>
wrote:
2008 May 29
2
wine-kthread
i have install wine 9.60 on linux kernel 2.6.21 and by default wine work
with pthread if i force kthread any program like notepad produce segfault is possible use kthread with 2.6.21 kernel?
2013 Feb 21
2
[LLVMdev] adding a test-case into LLVM test-suite
Dear All
I really need your help in this issue.
Now, I am working on analyzing LLVM test-suite.I have some questions about it.
The question is: Whether you have detail infomation on what each subdirectory of test-suite test.
Thank you !
Regards,
Jun Luo
Software Engineer
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Apr 05
2
Project: Performance Test Suite
Hello ,
Im going to submit a proposal to this project but I cant manage the time
line.
Im totally free during these months. Could you suggest a timeline for me?
All the best ,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20190405/505f3c14/attachment.html>
2020 Oct 27
1
Dear R experts, I have a question about meta-analysis
Dear R experts,
Greetings from China! I'm Zhang in the College of Education, Zhejiang University, and I am recently running a meta-analysis. Since research using the randomized controlled trial (RCT) often dismissed reporting the correlation (r) between multivariate outcomes, for instance, a study measuring students' gains on problem solving skills with three aspects and reported the
2013 Mar 05
1
Remote database & local database, and adding new weight found vtable error
Hello, guys.
Q1.
now I have load all the docid and its document data into a dictionary for
faster loading data instead of calling
Xapian::MSetIterator i;
i.get_document().get_data();
but I was happened to discover that the dictionaries got by such two method
were different:
both methods use DB1, DB2
method 1:
Xapian::Database db = Xapian::Database(the path of DB1);
Xapian::Database db2 =
2014 Feb 25
2
GSOC 2014
Hi,
I am Jiarong Wei (irc: VcamX). I?m a 3rd year computer science student at Zhejiang University, China. I?m very willing to contribute to Xapian as part of GSoC 2014. Now I?m at Simon Fraser University, Canada, as an exchange student. I?ll go back to China on the end of April. I think it doesn?t matter I?ll change the time zone :)
From the list of project?s ideas, Learning to Rank interests me
2018 Jul 20
2
LLVM Social in China - Hangzhou: July 28, 2018
Hi all,
The 3rd HelloLLVM social in China will happen on July 28, 2018.
The location is at Hangzhou, Zhejiang.
Everyone interested in LLVM related projects is invited to join.
Event details is at https://mp.weixin.qq.com/s/Ruf3Dx3GBW37LnUzbfKfNA
BoF style. Presentations are welcome too :-)
Looking forward to meet you !
--
Best wishes,
Wei Wu (吴伟)
2016 Apr 07
2
slowdown in notmuch perf suite with xapian 1.3.5
I hadn't noticed any interactive slowdown, but when I got around to
running the notmuch performance suite, there seems to be some noticable
slowdown with the glass backend (default in Xapian 1.3.5) compared to
chert (using xapian 1.2.22)
These tests are on an older i7 with 12G of RAM and an SSD. I'm
reasonable confident they are CPU bound. One curious thing is the
increase in system time
2009 Nov 01
4
convert list to Dataframe
Hi. I have a huge list called twitter:
> dim(twitter)
NULL
> str(twitter)
List of 1
$ :Classes 'PlainTextDocument', 'TextDocument', 'character' atomic
[1:35575] 11999;10:47:14;20;10;2009;ObamaLouverture;Trails Mixed Lessons For
Governance From Campaigner-in-chief: President obama jumps campaign 09
tuesday..
2010 Mar 22
6
[LLVMdev] Summer of Code ideas
Hi,
I intend to participate in Google's Summer of Code this year, so I'd
like to bounce another idea around to see what you guys think. (I posted
a similar message to cfe-dev just now.) Be warned: this will shock you.
It may even horrify you.
1. Implement a 16-bit x86 backend. (*Chris recoils in horror*) Yeah, I
know 16-bit x86 is dead, but I find it interesting for historical
purposes
2013 Jun 28
3
[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
For example,
ELF.h MachO.h and COFF.h
should moved into Object directory with new name.
and Dwarf.h should moved into DebugInfo directory.
2013/6/29 Eric Christopher <echristo at gmail.com>:
> Where would you like to move them?
>
> -eric
>
> On Fri, Jun 28, 2013 at 10:38 AM, 罗勇刚(Yonggang Luo)
> <luoyonggang at gmail.com> wrote:
>> From my point of view, the
2013 Jun 28
3
[LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
>From my point of view, the Support library should be more pure. And
should not contains
too much LLVM-related APIs and defines,
--
此致
礼
罗勇刚
Yours
sincerely,
Yonggang Luo
2016 Jun 29
3
The clang for centos6 are need GLIBC_2.14, but we only have GLIB 2.12 by default.
Well, is that possible to include libstdc++4.7 into llvm?
On Wed, Jun 29, 2016 at 2:26 AM, Brian Cain <brian.cain at gmail.com> wrote:
> Sorry if I was unclear, I have no problems building clang against a newer
> gcc for my own purpose. But it doesn't make sense to provide a release
> binary for clang that's hosted on llvm.org that's ostensibly for
>
2020 Aug 19
3
Intel AMX programming model discussion.
The width and height can be runtime values that we would just copy into 64 byte configuration block we pass to ldtilecfg. So the code doesn't need to be multiversioned. The user code would also use those values to update pointers in the loops they write using the tiles. If we can't determine that two tiles were defined with the same width and height we need to assume the shape is different
2009 Dec 17
0
[LLVMdev] Help adding the Bullet physics sdk benchmark to the LLVM test suite?
Hello, Erwin
> So if you port this SSE code to another platform (Linux, Altivec,
> NEON), you could contribute it back to Bullet?
I believe this should work as-is on linux. Am I missing something?
> optimizations, but haven't contributed this back.
> This NEON/VFP, part of the an open source iPhone project, could be a
> starting point for this:
> http://tinyurl.com/y9gv3e8
2020 Aug 19
3
Intel AMX programming model discussion.
There is no problem to have 256 register classes. Just a lot of register classes to me.
We don't assume the shape of each physical register be 16x16, it is defined by user. For variable shape, I mean the shape is known in runtime and in compile time the shape is unknown. Take below code as an example, the %row and %col are variable instead of constant. Compiler recognizes llvm.x86.tileloadd64