Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/llvm/llvm-test-suite
https://github.com/llvm/llvm-test-suite
llvm-svn: 339565
f517a0b300d12e3e13b2547fb9c3154089161441 authored over 6 years agoReviewers: Meinersbur
Differential Revision: https://reviews.llvm.org/D49883
llvm-svn: 339564
4b4e3cf68bda6cbe3e164c83027588ee15c9b70e authored over 6 years agollvm-svn: 339313
f0b408bbc3eeaeb9da04810b4d653804fa33e380 authored over 6 years ago
Since these tests aren't built by default they accidentally got missed out when
Matthias refacto...
Patch by Santosh
Differential Revision: https://reviews.llvm.org/D50425
llvm-svn: 339228
b7220b9a302d43581b2957248181b45e59d4d9d0 authored over 6 years agoclang gives error
Changes:
Removed -std=c++11 flag from cmake files of ImageProcessing kernels...
Contains Implementation of Bicubic and bilinear Algortihms
Reviewers: Meinersbur
Differential R...
7c55248ea3fdba64accb83057f6b322367cc7a42 authored over 6 years agoContains Implementation of mean box blur and gaussian blur
Reviewers: Meinersbur
Differential R...
f4f8270cc0680a4e1e4ed224d3a70c1c3f01e83f authored over 6 years agoThis allows specifying extra lit modules to include when running tests.
llvm-svn: 339053
e3245e2c9103764f8b9af3c64b9bf08355fa69a8 authored over 6 years agoReviewers: Meinersbur, Matthias Braun
Differential Revision: https://reviews.llvm.org/D48046
l...
fa956524f2fb8c09808a701e871e4b0a973e77a5 authored over 6 years ago
It is a technique aiming at reducing image noise without
removing significant parts of the imag...
Contains Ordered and Floyd-Steinberg dithering algorithms
Reviewers: Meinersbur
Differential R...
9d12e9b876e2f7e879af28e469d00d85a7c1c536 authored over 6 years agoKernels will be added in seperate patches
Reviewers: Meinersbur
Differential Revision: https:/...
55265a9e7e186c42bf1d28d63708c13da4f54cc7 authored over 6 years agoAdding pathfinder kernel from Rodinia benchmark.
Reviewers: Meinersbur
Differential Revision: ...
73f9d5d13b6e20f4a6d218adcc9df1c890435774 authored over 6 years agoRemoved a blank line not required in MultiSource/Benchmarks/Rodinia/srad/main.c
llvm-svn: 338922
56a0686379df02eaa2e9e8f3cb882fae185d0ab3 authored over 6 years ago
A relative path specified for stdin should be relative to the
benchmarks workdir, not relativ to...
llvm-svn: 338790
cecca649c310cfa78076ef96dadea315ac176efa authored over 6 years ago
- This comes from the initial makefile conversion
- As far as I can tell it was not working prop...
There are various variables leftover from the Makefile build conversion
that aren't actually use...
llvm-svn: 338787
639e7df5f6fb84694f318e188a81e7fc231ba162 authored over 6 years agollvm-svn: 338786
32a1967b8849a587b9fae96f1edf69f7017d1f49 authored over 6 years agoBecause of the change in svn r338623 , about "cmake: Explicitely add current directory to includ...
fd4eec06e11a85ac43b2ff137f2784a085f0d044 authored over 6 years ago
fattrs is stdout, which was incorrectly rewound. This would cause issue
if the output is not a n...
The tests fail flakily when run in parallel, see comment on the review.
> Summary:
> This patch...
The sphot benchmark requires fortran so this CMakeLists.txt is broken anyway.
Nobody noticed bec...
It seems this patch has problems with older cmake versions, reverting
for now.
This reverts com...
3fc8f479ca116be1443eba99ecfa92a927483f3b authored over 6 years ago
Re-reading CUDA/CMakeLists.txt made me realize that there was a subtle
difference between NO_REF...
llvm-svn: 338626
9ae3b994bef63cea9812051af3020ac4ae418e5a authored over 6 years ago
Nobody was using the possibility to specify a custom test in combination
with llvm_multisource()...
Reduce the amount of unexpected things happening in llvm_multisource()
by adding the current sou...
llvm-svn: 338624
2aba50c2a3e363b6bfc0b6bd1f5747b53102dc2e authored over 6 years ago
PREFIX and TARGET_VAR are never used in combination with
llvm_multisource() (they are only used ...
- PROGRAM_IS_NONDETERMINISTIC and NO_REFERENCE_OUTPUT had the same effect;
Replace the first w...
This is the recommended way to deal with this in cmake.
This makes it easier to move the target...
20efa75909cd10817acffdc2629e0b9eccdaaa80 authored over 6 years agoAdd -mxgot to CPP flags, because for this test, GOT grows larger than 64k.
Differential Revisio...
a1526ab83956951a80dc7f259c8e7f9abcd32fe7 authored over 6 years ago
Misc-C++-EH test fails when compiling with -static option. Adding
-pthread flag resolves the lin...
The buildbots that use the Makefiles are failing from the Rodinia benchmarks.
This patch removes...
Including a Makefile for the Rodinia directory and corrections the
the srad and hotspot Makesfil...
Adding srad kernel from Rodinia benchmark.
Patch by Pankaj Kukreja, thanks!
Reviewers: Meiners...
a9c7e63260e9c087b68432adad8494ad4233f158 authored over 6 years agoAdds hotspot kernel from the Rodinia benchmarks.
Reviewers: Meinersbur
Differential Revision: ...
a633d70856ff03b7c0535455d90be10af9414e1e authored over 6 years ago
Includes Rodinia license and a rand() implementation that is reproducible
on different platforms...
Reverting, committed files from several diffs.
https://reviews.llvm.org/D49896
llvm-svn: 338166
219dce9b2be50d4377ca34fd00c9f6fa0723fb1a authored over 6 years ago
Includes Rodinia license and a rand() implementation that is reproducible
on different platforms...
Summary:
The tests do not depend on C++ library or C++ dialect.
We only need SIMD tests on CUDA...
2dfe9211df15459157d05f6fd2d239494bf080f5 authored over 6 years agoThis should fix CUDA buildbot broken by D49629.
llvm-svn: 337753
f5c9271a9946d56869240e4aa460dd63f7ef52c8 authored over 6 years ago
"compiletime" collector traverses complete build directory after each
test run and sometimes end...
CUDA-9.2 made these function compiler builtins, so clang no longer has access to
their implement...
Differential Revision: https://reviews.llvm.org/D49581
llvm-svn: 337569
16fbbb32c3e4abfe1ce855c447ae378e6616651b authored over 6 years agoAdd portability flags for 64-bit Windows and Linux on ARM.
Also add missing SPEC and SPEC_CPU f...
c7ce10b9cf0684ac60f175cd5bce3bf148f13c6b authored over 6 years agollvm-svn: 337216
40f8b780e5f75832656a82d965e3dafdff9a1b1c authored over 6 years ago
Summary:
This patch adds microbenchmarks for the XRay Profiling Mode
implementation to the test-...
See https://reviews.llvm.org/D47106 for details.
llvm-svn: 336854
9c8cc9ba3c5cce65899ba140ce611abcdeb25c5e authored over 6 years agoReviewers: rsmith, tra
Subscribers: llvm-commits, cfe-commits, sanjoy, lahwaacz
Differential R...
7ab47de275217e4a225ecefb205d4f240175eed5 authored over 6 years agoSummary: Tests for D48036 / PR37753.
Reviewers: rsmith
Subscribers: sanjoy, llvm-commits, lahw...
229edc7f0699eac7f0ea57b7c89015835e6f4867 authored over 6 years ago
Adds the Harris Corner Dectection kernel used in computer vision algorithms.
The code is modifie...
When the command line mutation for adding perf commands runs it first
tries to find the results ...
Clang's default dialect has changed to -std=gnu++14 in r320250. Some of
the SPEC benchmarks do n...
The s390 platform-specific implementation of cycleclock::Now in
libs/benchmark-1.3.0/src/cycle...
Switching to absolute FP difference instead of relative.
Differential Revision: https://reviews...
384a18ef5007ee6d2e2a78f374279b4ce4a3f7e0 authored over 6 years ago
The openMP loops were being macro'd out along with the pragmas. This patch
allows the applicati...
This reverts commit r334954.
This breaks bots:
http://green.lab.llvm.org/green/job/lnt-test-sui...
This reverts commit r334974.
This breaks bots:
http://green.lab.llvm.org/green/job/lnt-test-sui...
Switching to absolute FP difference instead of relative.
Differential Revision: https://reviews...
528adb7c3fb36c0f89f3d22f05168c3bf8f9802c authored over 6 years ago
The openMP loops were being macro'd out along with the pragmas. This patch
allows the applicati...
With the changes in https://reviews.llvm.org/rL327422 and
https://reviews.llvm.org/rL327710 the ...
New lit now returns a 5 tuple. Lets not unpack directly anymore, so
we can support both version...
The benchmark library's build is failing some builds.
Differential Revision: https://reviews.ll...
51e773835873c51274e952987db10b98ceb89a01 authored over 6 years ago
With the changes in https://reviews.llvm.org/rL327422 and
https://reviews.llvm.org/rL327710 the ...
The benchmark library's build is failing some builds.
Differential Revision: https://reviews.ll...
83e64aaef74d9541d00a406bbc854a7f57bb3e16 authored over 6 years ago
With the changes in https://reviews.llvm.org/rL327422 and
https://reviews.llvm.org/rL327710 the ...
Reviewers: tra, EricWF
Subscribers: sanjoy, llvm-commits, cfe-commits
Differential Revision: h...
fbffd0b20e958b20c1040e69ec9a76147644b824 authored over 6 years ago
Summary:
Previously (D46993) std::min/max didn't work in C++14 mode with a C++11
stdlib; we'd as...
This patch replaces the hand written ceil() with a call to ceilf(). This small
optimization is ...
The test-suite version of XSBench does not collect its own timing results.
This patch removes th...
PENNANT is accessing pcpair[-1] when i==0, however the value is not used when
i==0 due to short-...
This benchmark wants to use vector::operator[] to form a pointer-past-the-end.
This is not valid...
the range of an integer type to that integer type.
Instead, change the random value function to ...
e7f8fc2fe4c69675c6cc40b94a0d395bb85f9f2d authored over 6 years agoThis fixes a longstanding syntax error that's apparently been benign.
llvm-svn: 331185
95287c2d2e6144e0783a86c56aed69e7a78ee247 authored over 6 years ago
Currently we do not generate stats for the LTO step. This change
together with D45531 allows us ...
These changes are dependent on the changes purposed in
https://reviews.llvm.org/D43314 and https...
Summary:
'system' is unavailable on iOS, which causes build failures. These
execution paths are ...
This updates the litsupport microbenchmark plugin module to make further use of
the benchmark li...
Reviewers: hfinkel, MatzeB
Older versions of glibc expose isnan as C99 macros and C++ functions...
645d9ec65788cde27a21a4f34aa83e2ba9dc9580 authored almost 7 years ago
Summary:
While building the test suite on FreeBSD, I encountered an error due to
`struct timeval...
Summary:
While testing for the 6.0.0 release candidates, I had many link
failures during the bui...
llvm-svn: 324366
87b3282037fc3518dc8838174d7e7bb977ed19a8 authored almost 7 years agollvm-svn: 323714
0aa436ab7914815e77951f077372d0cea5743d25 authored almost 7 years ago
CUDA SDK comes with its own copy of thrust in its includes. In order to
guarantee that our thrus...
Tests for particular CUDA version will be built only for the GPUs
supported by that version. If ...
Summary:
Here is the bunch of tests. In each test we do some operations with intrinsics and also...
Summary:
This patch adds opportunity to identify cpu target using cpuid, when you use cmake conf...
Summary:
This patch adds opportunity to detect cpu features via configuration, which can be used...
This modifies the build scripts so that the test-suite should still pass when
Clang switches its...
Summary:
We want to automatically copy the appropriate mailing list
for review requests to the t...
cmake thinks it found re_comp after r317058.
Test affected:
* MultiSource/Benchmarks/Prolangs-C...
Test unix-smail fails to compile when --static flag is used. Add a prefix
to getopt, optind and ...
Summary: This is slightly more efficient and is now supported by benchmark 1.3.0
Reviewers: dbe...
33df0a3422bbd7e4e549d61c13b8cc84210116f8 authored about 7 years ago
Summary:
This function never worked -- the only reason the tests passed is
because calls to this...
Summary:
This change allows us to use an updated idiom for defining microbenchmarks.
Version be...
0472b43ea09f1fd860d4fac10b17bc4c24891f02 authored about 7 years ago
Summary:
Move retref-bench sources and support files into new subdir
Add XRay FDR mode microbenc...