-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [DOCS]: ReadMe update * [Windows]: Fixing [Windows build failer](#25) * [DOCS]: README.md bugfix * [WINDOWS]: fixing 'long long' Warning!!! "Acceleration is not possible" errors (gone from 50% unit test sucsess to 79%) The following tests FAILED: 4 - testFullRing (Failed) 6 - testInducedVoltage (Failed) 7 - testInducedVoltageFreq (Failed) 9 - testLHCFlatSpectrum (Failed) 23 - testTC5_Wake_impedance (Failed) * [Project]: Added cmake options for setting paths of data files for test and demo. Required for CLion IDE compilation from randomly named folders. Default "../demos/input_files" and "../unit-tests/references" * [Configuration]: debug options printer added * [MERGE]: tests fix * [Merge]: Code cleanup * [Merge]: update TEST_FILES use. * [Configuration]: added support for embedding demo and test reference data path's * [Merge]: minor bug fix * [Windows]: MinGW, OpenCL, boost.compute support Started documentation * [Documentation]: created benchmarks browser (html/js, 2d and 3d), described build and configuration process on Windows * [Windows]: Random number generator made similar to linux default * [Merge]: added changes from main brunch added pre optimization benchmarks showcasing OpenCL use * [CI]: OpenCL install * [CI]: Linux users now can provide sdk paths alike -DOPENCL_SDK_PATH=/usr/lib/x86_64-linux-gnu/ * [CI]: Minor bug fix * [CI]: minor fix * [CI]: minor fix * [Speed]: omega_RF indexes Added hybrilit pre-optemization release benchmarks * [Speed]: voltageVec and RfP->voltage transposition merge * [Speed]: dphiVec and RfP->phi_RF transposition merger * [Speed]: Updated benchmark data * [Benchmarks]: sinus result holder moved into iteration, specified arguments of TC1 benchmark * [Docs]: created stubs for planned content * [Speed]: Atomic histogram * [Speed] speed for TC1 on cpu final. x2.2 on i7. * [CI]: travis bug fix speed up HDD reads * [CI] minor CI boost compilation fix * [CI]: Travis OpenCL fixes * [Speed]: final CPU optimisation for TC1 * [Docs]: updated benchmark visualization * [Docs]: Benchmark visualization code and samples * [Docs]: added FAQ * [CI]: Fixing travis * [CI]: Fixing Travis * [CI]: Fixing TravisCI * [CI]: fixing AppVeyor * [Architecture]: Revert copy in kick * [CI]: fixing last unit-test * [CI]: fixing benchmarks build * [Benchmarks]: CPU and GPU examples added * [CI]: fixing appveyor * [CI]: appveyor.yml fix * [CI]: fixing appveyor OpenCl * [OpenCL]: made benchmark the only thing dependant on it * [CI]: fixed ifdefs
- Loading branch information
1 parent
8984186
commit 86ed265
Showing
56 changed files
with
6,223 additions
and
852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
*~ | ||
*report | ||
*documentation | ||
build/* | ||
build* | ||
external/install/* | ||
external/build/* | ||
.idea* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.