Kaspersky Lab Products Remover 歷史舊版本 Page5

最新版本 Kaspersky Lab Products Remover 1.0.4000

Kaspersky Lab Products Remover 歷史版本列表

通過開始> 刪除卡巴斯基實驗室產品時,可能會發生一些錯誤。控制面板> 添加刪除程序(添加 / 刪除程序)。因此,應用程序可能無法正確卸載,或者應用程序的剩餘部分可能會保留在系統中。為了完全刪除已安裝的卡巴斯基實驗室產品,請使用 kavremover 實用程序。卡巴斯基實驗室產品卸妝可輕鬆從您的 Windows 刪除卡巴斯基實驗室產品! 刪除實用程序可以完全卸載以下產品: 卡巴斯基小型辦... Kaspersky Lab Products Remover 軟體介紹


Kaspersky Lab Products Remover 1.0.1803 查看版本資訊

更新時間:2021-10-21
更新細節:

NVIDIA CUDA Toolkit 11.5.0 (for Windows 10) 查看版本資訊

更新時間:2021-10-21
更新細節:

What's new in this version:

- Device-side caching behavior is now configurable with annotated pointers
- Prefix sums (scans) for cooperative groups: Added four new functions for inclusive and exclusive scans
- Support for NvSciBufGeneralAttrKey_EnableGpuCompression in CUDA will be available in r470TRD2
- Preview release of a new data type, __int128, usable with compatible host compilers. As it is a preview, there is no broad support for math operations, library support, dev tools, and so on
- Added native support for signed and unsigned normalized 8- and 16-bit types
- Improved interoperability with graphics frameworks: Added support for normalized integer and block-compressed data types
- For multi-process sharing of GPUs, CUDA now supports per-process memory access policies
- Linking is supported with cubins larger than 2 GB
- GSP-RM is enabled as opt-in for Turing+ Tesla GPUs
- Floating point division is optimized when the divisor is known at compile time. This is disabled by default; enable with nvcc -Xcicc -opt-fdiv=1
- GA release of CUDA Python

NVIDIA CUDA Toolkit 11.4.0 (for Windows 10) 查看版本資訊

更新時間:2021-06-30
更新細節:

NVIDIA CUDA Toolkit 11.3.1 (for Windows 10) 查看版本資訊

更新時間:2021-05-21
更新細節:

NVIDIA CUDA Toolkit 11.3.0 (for Windows 10) 查看版本資訊

更新時間:2021-04-16
更新細節:

What's new in this version:

CUDA Toolkit Major Component Versions:
CUDA Components:
- Starting with CUDA 11, the various components in the toolkit are versioned independently

CUDA Driver:
- Running a CUDA application requires the system with at least one CUDA capable GPU and a driver that is compatible with the CUDA Toolkit. See Table 2. For more information various GPU products that are CUDA capable
- Each release of the CUDA Toolkit requires a minimum version of the CUDA driver. The CUDA driver is backward compatible, meaning that applications compiled against a particular version of the CUDA will continue to work on subsequent (later) driver releases.

- General CUDA:
- Stream ordered memory allocator enhancements

CUDA Graph Enhancements:
- Enhancements to make stream capture more flexible: Functionality to provide read-write access to the graph and the dependency information of a capturing stream, while the capture is in progress. See cudaStreamGetCaptureInfo_v2() and cudaStreamUpdateCaptureDependencies().
- User object lifetime assistance: Functionality to assist user code in lifetime management for user-allocated resources referenced in graphs. Useful when graphs and their derivatives and asynchronous executions have an unknown/unbounded lifetime not under control of the code that created the resource, such as libraries under stream capture. See cudaUserObjectCreate() and cudaGraphRetainUserObject()
- Graph Debug: New API to produce a DOT graph output from a given CUDA Graph

New Stream Priorities:
- The CUDA Driver API cuCtxGetStreamPriorityRange() now exposes a total of 6 stream priorities, up from the 3 exposed in prior releases
- Expose driver symbols in runtime API
- New CUDA Driver API cuGetProcAddress() and CUDA Runtime API cudaDriverGetEntryPoint() to query the memory addresses for CUDA Driver API functions
- Support for virtual aliasing across kernel boundaries
- Added support for Ubuntu 20.04.2 on x86_64 and Arm sbsa platforms

CUDA Tools:
CUDA Compilers:
- Cu++flt demangler tool
- NVRTC versioning changes
- Preview support for alloca()

Nsight Eclipse Plugin:
- Eclipse versions 4.10 to 4.14 are currently supported in CUDA 11.3

CUDA Libraries:
cuFFT Library:
- cuFFT shared libraries are now linked statically against libstdc++ on Linux platforms
- Improved performance of certain sizes (multiples of large powers of 3, powers of 11) in SM86

cuSPARSE Library:
- Added new routine cusparesSpSV for sparse triangular solver with better performance. The new Generic API supports:
- CSR storage format
- Non-transpose, transpose, and transpose-conjugate operations
- Upper, lower fill mode
- Unit, non-unit diagonal type
- 32-bit and 64-bit indices
- Uniform data type computation

NVIDIA Performance Primitives (NPP):
- Added nppiDistanceTransformPBA functions

Deprecated Features:
- The following features are deprecated in the current release of the CUDA software. The features still work in the current release, but their documentation may have been removed, and they will become officially unsupported in a future release. We recommend that developers employ alternative solutions to these features in their software.

CUDA Libraries:
- cuSPARSE: cusparseScsrsv2_analysis, cusparseScsrsv2_solve, cusparseXcsrsv2_zeroPivot, and cusparseScsrsv2_bufferSize have been deprecated in favor of cusparseSpSV

Tools:
- Nsight Eclipse Plugin: Docker support is deprecated in Eclipse 4.14 and earlier versions as of CUDA 11.3, and Docker support will be dropped for Eclipse 4.14 and earlier in a future CUDA Toolkit release.

Resolved Issues:
General CUDA:
- Historically, the CUDA driver has serialized most APIs operating on the same CUDA context between CPU threads. In CUDA 11.3, this has been relaxed for kernel launches such that the driver serialization may be reduced when multiple CPU threads are launching CUDA kernels into distinct streams within the same context.

cuRAND Library:
- Fixed inconsistency between random numbers generated by GPU and host generators when CURAND_ORDERING_PSEUDO_LEGACY ordering is selected for certain generator types

CUDA Math API:
- Previous releases of CUDA were potentially delivering incorrect results in some Linux distributions for the following host Math APIs: sinpi, cospi, sincospi, sinpif, cospif, sincospif. If passed huge inputs like 7.3748776e+15 or 8258177.5 the results were not equal to 0 or 1. These have been corrected with this release.

Known Issues:
cuBLAS Library:
- The planar complex matrix descriptor for batched matmul has inconsistent interpretation of batch offset
- Mixed precision operations with reduction scheme CUBLASLT_REDUCTION_SCHEME_OUTPUT_TYPE (might be automatically selected based on problem size by cublasSgemmEx() or cublasGemmEx() too, unless CUBLAS_MATH_DISALLOW_REDUCED_PRECISION_REDUCTION math mode bit is set) not only stores intermediate results in output type but also accumulates them internally in the same precision, which may result in lower than expected accuracy. Please use CUBLASLT_MATMUL_PREF_REDUCTION_SCHEME_MASK or CUBLAS_MATH_DISALLOW_REDUCED_PRECISION_REDUCTION if this results in numerical precision issues in your application.

cuFFT Library:
- cuFFT planning and plan estimation functions may not restore correct context affecting CUDA driver API applications
- Plans with strides, primes larger than 127 in FFT size decomposition and total size of transform including strides bigger than 32GB produce incorrect results

cuSOLVER Library:
- For values N<=16, cusolverDn[S|D|C|Z]syevjBatched hits out-of-bound access and may deliver the wrong result. The workaround is to pad the matrix A with a diagonal matrix D such that the dimension of [A 0 ; 0 D] is bigger than 16. The diagonal entry D(j,j) must be bigger than maximum eigenvalue of A, for example, norm(A, ‘fro’). After the syevj, W(0:n-1) contains the eigenvalues and A(0:n-1,0:n-1) contains the eigenvectors.

Kaspersky Lab Products Remover 1.0.1641 查看版本資訊

更新時間:2021-03-19
更新細節:

NVIDIA CUDA Toolkit 11.2.2 (for Windows 10) 查看版本資訊

更新時間:2021-03-11
更新細節:

What's new in this version:

cuSPARSE:
Known Issues:
- cusparseDestroySpVec, cusparseDestroyDnVec, cusparseDestroySpMat, cusparseDestroyDnMat, cusparseDestroy with NULL argument could cause segmentation fault on Windows

Resolved Issues:
- cusparseDestroy(NULL) no longer crashes on Windows

NPP:
New features:
- Added nppiDistanceTransformPBA functions

NVIDIA CUDA Toolkit 11.2.1 (for Windows 10) 查看版本資訊

更新時間:2021-02-11
更新細節:

What's new in this version:

CUDA Compiler:
Resolved Issues:
- Previously, when using recent versions of VS 2019 host compiler, a call to pow(double, int) or pow(float, int) in host or device code sometimes caused build failures. This issue has been resolved.

CuSOLVER:
New Features:
- New singular value decomposition (GESVDR) is added. GESVDR computes partial spectrum with random sampling, an order of magnitude faster than GESVD
- libcusolver.so no longer links libcublas_static.a; instead, it depends on libcublas.so. This reduces the binary size of libcusolver.so. However, it breaks backward compatibility. The user has to link libcusolver.so with the correct version of libcublas.so.

CuSPARSE:
New Features:
- New Tensor Core-accelerated Block Sparse Matrix - Matrix Multiplication (cusparseSpMM) and introduction of the Blocked-Ellpack storage format
- New algorithms for CSR/COO Sparse Matrix - Vector Multiplication (cusparseSpMV) with better performance
- New algorithm (CUSPARSE_SPMM_CSR_ALG3) for Sparse Matrix - Matrix Multiplication (cusparseSpMM) with better performance especially for small matrices
- New routine for Sampled Dense Matrix - Dense Matrix Multiplication (cusparseSDDMM) which deprecated cusparseConstrainedGeMM and provides better performance
- Better accuracy of cusparseAxpby, cusparseRot, cusparseSpVV for bfloat16 and half regular/complex data types
- All routines support NVTX annotation for enhancing the profiler time line on complex applications

Deprecations:
- cusparseConstrainedGeMM has been deprecated in favor of cusparseSDDMM
- cusparseCsrmvEx has been deprecated in favor of cusparseSpMV
- COO Array of Structure (CooAoS) format has been deprecated including cusparseCreateCooAoS, cusparseCooAoSGet, and its support for cusparseSpMV

Known Issues:
- cusparseDestroySpVec, cusparseDestroyDnVec, cusparseDestroySpMat, cusparseDestroyDnMat, cusparseDestroy with NULL argument could cause segmentation fault on Windows

Resolved Issues:
- cusparseAxpby, cusparseGather, cusparseScatter, cusparseRot, cusparseSpVV, cusparseSpMV now support zero-size matrices
- cusparseCsr2cscEx2 now correctly handles empty matrices (nnz = 0)
- cusparseXcsr2csr_compress now uses 2-norm for the comparison of complex values instead of only the real part

Extended functionalities for cusparseSpMV:
- Support for the CSC format
- Support for regular/complex bfloat16 data types for both uniform and mixed-precision computation
- Support for mixed regular-complex data type computation
- Support for deterministic and non-deterministic computation

NPP:
New features:
- New APIs added to compute Distance Transform using Parallel Banding Algorithm (PBA) - nppiDistanceTransformPBA_xxxxx_C1R_Ctx() – where xxxxx specifies the input and output combination 8u16u, 8s16u, 16u16u, 16s16u, 8u32f, 8s32f, 16u32f, 16s32f) and nppiSignedDistanceTransformPBA_32f_C1R_Ctx()

Resolved issues:
- Fixed the issue in which Label Markers adds zero pixel as object region

NVJPEG:
New Features:
- nvJPEG decoder added a new API to support region of interest (ROI) based decoding for batched hardware decoder: nvjpegDecodeBatchedEx() and nvjpegDecodeBatchedSupportedEx()

Resolved Issues:
- Previously, reduced performance of power-of-2 single precision FFTs was observed on GPUs with sm_86 architecture. This issue has been resolved
- Large prime factors in size decomposition and real to complex or complex to real FFT type no longer cause cuFFT plan functions to fail

CUPTI:
Deprecations early notice:
- The following functions are scheduled to be deprecated in 11.3 and will be removed in a future release:
- NVPW_MetricsContext_RunScript and NVPW_MetricsContext_ExecScript_Begin from the header nvperf_host.h.
- cuptiDeviceGetTimestamp from the header cupti_events.h

NVIDIA CUDA Toolkit 11.2.0 (for Windows 10) 查看版本資訊

更新時間:2020-12-16
更新細節:

Kaspersky Lab Products Remover 1.0.1545 查看版本資訊

更新時間:2020-11-17
更新細節: