Skip to content

Commit

Permalink
SparseX v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Athena Elafrou committed Oct 3, 2017
1 parent 46c7269 commit 00268ef
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 22 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2011-2014, Computing Systems Laboratory (CSLab), NTUA.
Copyright (C) 2011-2017, Computing Systems Laboratory (CSLab), NTUA.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
ChangeLog v1.1.0
46c7269 Updated SparseX version in configuration files.
4f31e92 Updated README.
39254d0 Re-design of SparseX's JIT component to use LLVM/Clang's MCJIT engine.
e8946ff Moved Linux-based futex wrapper in a seperate C module.
1e9ad14 Small change in vector API to simplify usage.
e8d17ba Updated testing utility to check y = alpha*A*x. Also fixed FLOPS computation.
1eef307 Small fix in llvm/clang configuration file.
ead8529 Configuration script improvements.

ChangeLog v1.0.2
830f671 Style enhancements.
939f710 Enhancements in LLVM configure checks.
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Installation Instructions
*************************

Copyright (C) 2011-2014, Computing Systems Laboratory (CSLab), NTUA.
Copyright (C) 2011-2017, Computing Systems Laboratory (CSLab), NTUA.
All rights reserved.

This file is distributed under the BSD License. See LICENSE.txt for details.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2011-2014, Computing Systems Laboratory (CSLab), NTUA.
Copyright (C) 2011-2017, Computing Systems Laboratory (CSLab), NTUA.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
18 changes: 0 additions & 18 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,18 +0,0 @@
Changes in SparseX v1.0.2
=========================

* Significant performance improvements in matrix preprocessing
* Support of Clang 3.5


Changes in SparseX v1.0.1
=========================

* Automake 1.14.1 support
* GCC-4.7 and GCC-4.8 support
* Fixed bug that occured with consecutive vector allocations on NUMA platforms
* Fixes in thread management and several other minor bug fixes
* Support for custom system include path during JIT compilation through the
SPX_JIT_INC_PATH environment variable

For a complete short commit log of the changes of this release, see ChangeLog
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SparseX library v1.1
SparseX library v1.1.0
**********************

Copyright (C) 2011-2017, Computing Systems Laboratory (CSLab), NTUA.
Expand Down

0 comments on commit 00268ef

Please sign in to comment.