File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "packages" : {
33 "CCCL" : {
4- "version" : " 2.7.0-patch " ,
4+ "version" : " 2.8.0 " ,
55 "git_shallow" : false ,
66 "git_url" : " https://github.com/NVIDIA/cccl.git" ,
7- "git_tag" : " cbc6b9b "
7+ "git_tag" : " 6d02e11 "
88 },
99 "nvbench" : {
1010 "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
2727Required Third-party Dependencies
2828---------------------------------
2929
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
3131
3232
3333Optional Third-party Dependencies
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ namespace matx
4545 {
4646 private:
4747 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_;
4949 mutable detail::tensor_impl_t <typename remove_cvref_t <OpA>::value_type, OpA::Rank()> tmp_out_;
5050 mutable typename remove_cvref_t <OpA>::value_type *ptr = nullptr ;
5151
You can’t perform that action at this time.
0 commit comments