11cabal-version : 2.2
22
33name : accelerate
4- version : 1.3 .0.0
4+ version : 1.4 .0.0
55tested-with : GHC >= 8.6
66build-type : Custom
77
@@ -41,6 +41,19 @@ description:
4141 CUDA-capable NVIDIA GPUs. Requires a GPU with compute capability 2.0 or
4242 greater. See the following table for supported GPUs :
4343 <http://en.wikipedia.org/wiki/CUDA#Supported_GPUs>
44+ .
45+ * @containers-accelerate@ : Container types for use with Accelerate.
46+ .
47+ * @hashable-accelerate@ : Class for types which can be converted to a hash
48+ value.
49+ .
50+ * @colour-accelerate@ : Colour representations in Accelerate (RGB, sRGB, HSV, and HSL).
51+ .
52+ * @mwc-random-accelerate@ : Generate Accelerate arrays filled with high
53+ quality pseudorandom numbers.
54+ .
55+ Additional libraries that have worked in the past but are not included in the
56+ current release :
4457 .
4558 * @accelerate-examples@ : Computational kernels and applications
4659 demonstrating the use of Accelerate.
@@ -55,33 +68,19 @@ description:
5568 implementations.
5669 .
5770 * @accelerate-bignum@ : Fixed-width large integer arithmetic.
58- .
59- * @containers-accelerate@ : Container types for use with Accelerate.
60- .
61- * @hashable-accelerate@ : Class for types which can be converted to a hash
62- value.
63- .
64- * @colour-accelerate@ : Colour representations in Accelerate (RGB, sRGB, HSV, and HSL).
65- .
66- * @containers-accelerate@ : Hashing-based container types
6771 .
6872 * @gloss-accelerate@ : Generate gloss pictures from Accelerate.
6973 .
7074 * @gloss-raster-accelerate@ : Parallel rendering of raster images and
7175 animations.
72- .
73- * @hashable-accelerate@ : A class for types which can be converted into a hash value
7476 .
7577 * @lens-accelerate@ : Lens operators for Accelerate types.
7678 .
7779 * @linear-accelerate@ : Linear vector spaces in Accelerate.
78- .
79- * @mwc-random-accelerate@ : Generate Accelerate arrays filled with high
80- quality pseudorandom numbers.
8180 .
8281 [/Examples and documentation/]
8382 .
84- Haddock documentation is included in the package
83+ Haddock documentation is included in the package.
8584 .
8685 The @accelerate-examples@ package demonstrates a range of computational
8786 kernels and several complete applications, including :
@@ -269,8 +268,8 @@ flag tracy
269268 default : False
270269 description :
271270 Enable kernel profiling using Tracy. This flag requires @+debug@ to also be
272- set. Note : @accelerate-llvm-ptx@ does not currently kernel profiling via
273- Tracy; for PTX profiling, use Nvidia Nsight directly instead.
271+ set. Note : currently only works with @accelerate-llvm-native@; for PTX
272+ profiling, use Nvidia Nsight directly instead.
274273 .
275274 The executables 'tracy' (GUI) and 'tracy-capture' (command line) will be
276275 built to collect and view profiling data from supported backends. This
@@ -774,7 +773,7 @@ source-repository head
774773
775774source-repository this
776775 Type : git
777- Tag : v1.3 .0.0
776+ Tag : v1.4 .0.0
778777 Location : git://github.com/AccelerateHS/accelerate.git
779778
780779-- vim: nospell
0 commit comments