1695 Commits (d9fd546808af9b7f9edcdb1b2d673deeffb796e6)

Author SHA1 Message Date
Christoph Ruegg d9fd546808 Native: resource files and headers 11 years ago
Christoph Ruegg d96e72df1a Native: prepare build integration for CUDA native provider 11 years ago
Christoph Ruegg f58f6a3fff Native: split native provider resources to allow individual versioning 11 years ago
Christoph Ruegg c0a94944d6 Native: uniform test compilation symbols 11 years ago
borfudin d29b1f0d42 Fixing a comment warning. 11 years ago
borfudin fd945979e4 Removing a temporary project and fixing a memory leak. 11 years ago
Matthew Johnson fb30ee92f9 Updating comments 11 years ago
Matthew Johnson 8d06f9d435 Passing most tests now, investigating the stragglers. 11 years ago
Matthew Johnson bc4b926557 Fixed a bug with GEMM 11 years ago
Matthew Johnson 3de6b41527 Fixed some issues, but potrs doesn't seem to be working at all. 11 years ago
Matthew Johnson 547745dd22 Fix for the matrix inverse bug. 11 years ago
Christoph Ruegg 030e94daf5 Fourier: fix Bluestein for sequences with more than 46341 samples (not power-of-two). #286 11 years ago
Matthew Johnson 8b7b617481 Some things are working, but most aren't. There appears to be something wrong with my usage of cublas?getriBatched, which isn't entirely surprising. I'll need to figure that out next. 11 years ago
Matthew Johnson 523309b160 Updating everything so that it has a decent chance at working. Moving on to the managed wrapper next. 11 years ago
Matthew Johnson bf1f3b8152 Adding in some naive first stabs at integration. 11 years ago
Matthew Johnson b51a758d80 Skeleton for the CUDA native provider DLL project. 11 years ago
logophobia 9aa90f54a7 chisquared inverse distribution 11 years ago
Marcus Cuda 588e31f4a4 cleaned up the partial ATLAS provider 11 years ago
Marcus Cuda 1d9b1fc566 changed #ifdef GCC to #ifdef __cplusplus 11 years ago
Marcus Cuda f3a5c92e15 added OSX MKL build script 11 years ago
Christoph Ruegg 71f1e67aad Fourier: add Fourier.FrequencyScale to generate the frequency corresponding to each index in frequency space 11 years ago
Christoph Ruegg c16d27a845 Statistics: RunningStatistics should propagate min/max when combining and handle NaN on Push 11 years ago
Matt Heffron 31a7927062 Add (restore?) the missing SparseVector.AbsoluteMaximumIndex() override implementations. 11 years ago
Christoph Ruegg 431b727ebe Dependencies 11 years ago
Christoph Ruegg 9771f1bdd1 Release v3.6.0 11 years ago
Christoph Ruegg a6878cc7d1 Distributions: ChiSquared.CDF test fix for more robust implementation #288 11 years ago
Christoph Ruegg 9dbf23a928 Tests: port vector storage combinator tests to matrices 11 years ago
Christoph Ruegg 36b568c5f1 Tests: cleanup, simplifications 11 years ago
Christoph Ruegg 54b48383e6 Tests: merge dense and sparse vector arithmetic tests, cover mixed cases 11 years ago
Christoph Ruegg b244510f0e Tests: refactor LA theory tests to use enum datasets (much more tool friendly) 11 years ago
Christoph Ruegg 14ec5a392b Buildfix: disable Fibonacci tests where not available (pcl, 3.5). 11 years ago
Christoph Ruegg 44ea89a983 Generate: Unfold, Fibonacci 11 years ago
Christoph Ruegg 004d8155e3 Generate: Normal and Standard, deprecate Stable and Gaussian 11 years ago
Christoph Ruegg fbfe077552 LA: migrate mixed-storage fallback implementations to use higher order functions 11 years ago
Christoph Ruegg e591f86e2f LA: Vector.Find/2, Exists/2, ForAll/2 11 years ago
Christoph Ruegg 4967e057b4 Native Provider Loader: code simplification 11 years ago
Christoph Ruegg a112a2a380 Native Provider Loader: optionally set directory from the outside via Control.NativeProviderPath 11 years ago
Kuan Bartel 5a01cd91bf Changed architecture directory name from "amd64" to "x64" in NativeProviderLoader. 11 years ago
Kuan Bartel 67642e9c76 Changed to use LoadLibraryEx rather than LoadLibrary to properly find library dependencies and added searching for the architecture specific folder in the current domain's base directory which fixes a problem with running unit tests with MSTest / Xunit in Visual Studio (assemblies seem to be copied to the temp directory so fails to find the native library). 11 years ago
Christoph Ruegg 43c361dd87 Native: replace NATIVEMKL build constant with NATIVE as it can be used by other native providers as well #296 11 years ago
Christoph Ruegg 60beb0eca6 Providers: disable native provider loader on portable builds #296 11 years ago
Kuan Bartel b8de1e563a Changed behaviour to only attempt to load the library if it is found within an architecture specific subfolder. If not found then LoadLibrary will return false allowing the normal P/Invoke load behaviour as P/Invoke searches in a slightly different order to the dlopen() and LoadLibrary() functions. 11 years ago
Kuan Bartel 4ea75fad55 Added support for loading native libraries on Linux and MacOSX. I'm not sure how to detect the processor on Unix systems though as Environment.GetEnvironmentVariable("PROCESSOR_ARCHITECTURE") won't work. x86 and AMD64 are fine as I could just use Environment.Is64BitProcess but there's no way to detect ARM and IA64 in the BCL. So currently for Unix I'm not using an architecture directory. 11 years ago
Kuan Bartel a75e4f6060 Added NativeProviderLoader, a helper class for loading native provider libraries depending on the processor architecture and the process bitness. MklLinearAlgebraProvider modified to call the helper class in InitializeVerify. 11 years ago
Christoph Ruegg 1f26138b59 LA: proper exception when trying to create a matrix of an empty vector array #294 11 years ago
Christoph Ruegg bd64c8e612 LA: Matrix.Fold2, Find/2, Exists/2, ForAll/2 11 years ago
Christoph Ruegg d1651ebb4f LA: Storage should not make Zeros/ExistingData arguments optional (internal only until v4). Minor optimization. 11 years ago
Christoph Ruegg 70dda56f85 LA: MatrixStorage.Find/Find2; leverage Find2 in Equals #291 11 years ago
Christoph Ruegg c4c0ee3955 LA: inline xml docs typo 11 years ago
Marcus Cuda b7cd353d58 added no convergence check 11 years ago