Commit Graph

5375 Commits

Author SHA1 Message Date
Francesco Lannutti d19e2faea2 Add the support for '.ic' and '.nodeset' instructions within KLU 2017-09-20 19:36:22 +02:00
Francesco Lannutti 108e1f510c Relaxed ABSTOL and pushed GMIN to make c7552 circuit convergence 2017-09-17 17:24:14 +02:00
Francesco Lannutti d05cdc2c0b Fixed a bug in CKTload regarding CKTdiagGmin. It where added 2 times 2017-09-17 17:24:14 +02:00
Francesco Lannutti a8241785fe Fixed again the wrapper for libtool for Linux 2017-09-17 17:24:14 +02:00
Francesco Lannutti c47f0432f4 Fixed configuration for MacOS 2017-09-17 17:24:14 +02:00
Francesco Lannutti dc91caed79 Added new architectures and fixed a bug for MacOS (Darwin) 2017-09-17 17:24:14 +02:00
rlar e0e6176ba1 cuda test, a bsim dc i(vd) plot 2017-09-17 17:24:14 +02:00
rlar ce4e1493bd cuspice testcases, fix inductor values 2017-09-17 17:24:14 +02:00
rlar 7df02eb234 gtx1050ti with debian nvida-cuda-toolkit 7.5 2017-09-17 17:24:14 +02:00
rlar 6eef531172 bsim4 (4v8), hisimhv2, initialize cuDEVdestroy and DEVtopology slots 2017-09-17 17:24:14 +02:00
rlar 7030c1d2bf automake, version 15, introduce subdir-objects
for CUSPICE/*.c files in a subdirectory
2017-09-17 17:24:14 +02:00
Francesco Lannutti 0f659520f1 Fixed a bug in CKTtrunc reduction when there is nothing to reduce 2017-09-17 17:24:14 +02:00
Francesco Lannutti 6b134116b2 Moved Truncation Error Calculation into GPU for CUSPICE 2017-09-17 17:24:13 +02:00
Francesco Lannutti 0c89a0be3a Fixed CUSPICE compilation under NVCC versions prior than 6.0. CUSPICE will be compiled for every architectures supported by NVCC 2017-09-17 17:24:13 +02:00
Francesco Lannutti 72614c8f48 Fixed a bug in CUSPICE 2017-09-17 17:24:13 +02:00
Francesco Lannutti b52f33b629 Fixed a bug in libtool_wrapper_for_cuda.tcl to handle correct compilation of -fPIC objects 2017-09-17 17:24:13 +02:00
Francesco Lannutti 4dbc588b31 Whitespaces and cosmetic changes to improve readability 2017-09-17 17:24:13 +02:00
Francesco Lannutti 1afbccdb3b CUSPICE Integration from scratch 2017-09-17 17:24:13 +02:00
Francesco Lannutti fbec617c84 Fixed the KLU binding for BJT 2017-09-17 17:24:13 +02:00
Francesco Lannutti 203513a33f Commented out some debug printings 2017-09-17 17:24:13 +02:00
Francesco Lannutti fa61e0b9ac Fixed the two routines for SPARSE (thx to Marcel Hendrix) 2017-09-17 17:24:13 +02:00
rlar 13b0c64383 (int) casts, applied to a double which just has been limited to INT_MAX 2017-09-17 17:24:13 +02:00
rlar 6ff8182e82 casting, use (int) sizeof(), to swallow some warnings 2017-09-17 17:24:13 +02:00
rlar de51032ff0 use TMALLOC 2017-09-17 17:24:13 +02:00
Francesco Lannutti 693e1a1b4f Handling the general case for an empty CSC matrix during the conversion to CSR format 2017-09-17 17:24:13 +02:00
Francesco Lannutti e91a551370 Ordered the COO format also along the columns to have a correct CSR format 2017-09-17 17:24:13 +02:00
Francesco Lannutti caf51cdddc Fixed the AC part of the Sensitivity Analysis 2017-09-17 17:24:12 +02:00
Francesco Lannutti 8cf82e9275 Fixed the CSC to CSR conversion for KLU matrix-vector multiplication 2017-09-17 17:24:12 +02:00
Francesco Lannutti b30743b4bc Fixed Sensibility Analysis for KLU - First Trial 2017-09-17 17:24:12 +02:00
Francesco Lannutti 0ad00ea15d Avoid crashing during the Sensitivity Analysis in KLU, stating that it isn't supported 2017-09-17 17:24:12 +02:00
Francesco Lannutti ec8e4369a8 Fixed Sensitivity Analysis integration for KLU 2017-09-17 17:24:12 +02:00
Francesco Lannutti 7f7025af8a Fixed the sign inversion calculation for the determinant of KLU 2017-09-17 17:24:12 +02:00
Francesco Lannutti d4be3b1354 Implement klu_z_print() 2017-09-17 17:24:12 +02:00
Francesco Lannutti b5c587271f Implement spMatrix_CSC_dump() 2017-09-17 17:24:12 +02:00
rlar 46b46f773c fix vsrc for pz analysis 2017-09-17 17:24:12 +02:00
Francesco Lannutti 8a9387a79a Use spDeterminant_KLU 2017-09-17 17:24:12 +02:00
Francesco Lannutti 4f3fa801f1 Implemented spDeterminant_KLU 2017-09-17 17:24:12 +02:00
Francesco Lannutti 55223ad468 Fixed SMPcZeroCol 2017-09-17 17:24:12 +02:00
Francesco Lannutti 3dd2a40dc5 klu_extract_Udiag, Fixed the PZ Analysis for KLU - Added a missing KLU node in VSRC which exists only in case of PZ Analysis - Other fixes 2017-09-17 17:24:12 +02:00
Francesco Lannutti 3c61520119 other fixes 2017-09-17 17:24:12 +02:00
Francesco Lannutti 35f095d663 Fixed a bug in SMPpreOrder and let KLU digest an empty matrix 2017-09-17 17:24:12 +02:00
Francesco Lannutti 67b7fc6570 Implemented the Solve Transpose for KLU 2017-09-17 17:22:16 +02:00
Francesco Lannutti c991737022 Fixed the SMPcSolve routine for KLU 2017-09-17 17:22:16 +02:00
Francesco Lannutti c2e206a4eb Enhanced KLU to avoid loosing computation cycles. The speedup is quite low, though: ~1% 2017-09-17 17:22:16 +02:00
Francesco Lannutti bd219965dc fix the list of supported devices 2017-09-17 17:22:16 +02:00
rlar ae17e49bc4 Added CPL Model to KLU 2017-09-17 17:22:16 +02:00
Francesco Lannutti 69f4b33cbc Added HISIMHV2 Model to KLU 2017-09-17 17:22:16 +02:00
Francesco Lannutti 8bb6525a78 Added ASRC Model to KLU 2017-09-17 17:22:16 +02:00
Francesco Lannutti 3b3236cbac KLU Integration from scratch #7, devices, bsim4/ (which is bsim4v8) 2017-09-17 17:22:16 +02:00
rlar b621bbe16b KLU Integration from scratch #6, devices, bsim4v7/ 2017-09-17 17:22:16 +02:00