Commit 2926677 1 parent 214c854 commit 2926677 Copy full SHA for 2926677
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : {
3
3
"CCCL" : {
4
- "version" : " 2.7.0-patch " ,
4
+ "version" : " 2.8.0 " ,
5
5
"git_shallow" : false ,
6
6
"git_url" : " https://github.com/NVIDIA/cccl.git" ,
7
- "git_tag" : " cbc6b9b "
7
+ "git_tag" : " 6d02e11 "
8
8
},
9
9
"nvbench" : {
10
10
"version" : " 0.0" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ for supported host compilers. Other requirements for optional components are lis
27
27
Required Third-party Dependencies
28
28
---------------------------------
29
29
30
- - `CCCL <https://github.com/NVIDIA/cccl >`_ 2.7.0+ commit cbc6b9b or higher
30
+ - `CCCL <https://github.com/NVIDIA/cccl >`_ 2.8.0 or higher
31
31
32
32
33
33
Optional Third-party Dependencies
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ namespace matx
45
45
{
46
46
private:
47
47
typename detail::base_type_t <OpA> a_;
48
- cuda::std::array<index_t , 2 > out_dims_;
48
+ cuda::std::array<index_t , OpA::Rank() > out_dims_;
49
49
mutable detail::tensor_impl_t <typename remove_cvref_t <OpA>::value_type, OpA::Rank()> tmp_out_;
50
50
mutable typename remove_cvref_t <OpA>::value_type *ptr = nullptr ;
51
51
You can’t perform that action at this time.
0 commit comments