1 file changed
+1
-1
lines changedSubmodule cudnn_frontend updated 46 files
- CMakeLists.txt+1-1
- README.md+11-1
- contrib/catch2/LICENSE_1_0.txt-23
- contrib/catch2/catch.hpp-18.0k
- include/cudnn_frontend.h+8-8
- include/cudnn_frontend_Errata.h+184-1
- include/cudnn_frontend_Heuristics.h+2
- include/cudnn_frontend_MatMulDesc.h+30
- include/cudnn_frontend_Operation.h+505-18
- include/cudnn_frontend_OperationGraph.h+31-5
- include/cudnn_frontend_PointWiseDesc.h+12
- include/cudnn_frontend_ReductionDesc.h+1-1
- include/cudnn_frontend_Resample.h+118-61
- include/cudnn_frontend_Rng.h+319
- include/cudnn_frontend_Tensor.h+95-51
- include/cudnn_frontend_find_plan.h+10-5
- include/cudnn_frontend_utils.h+334-88
- samples/CMakeLists.txt+7-1
- samples/conv_sample.cpp+60-6
- samples/cpu_references.h+6-5
- samples/f16_flash_mha_sample.cpp+1.2k
- samples/f16_flash_mha_sample.h+85
- samples/fp8_flash_mha_sample.cpp+1.7k
- samples/fp8_flash_mha_sample.h+111
- samples/fp8_sample.cpp+243-14
- samples/fp8_sample.h+19
- samples/fused_mha_sample.cpp+1.3k
- samples/fused_mha_sample.h+104
- samples/fusion_sample.cpp+256-28
- samples/fusion_sample.h+38-15
- samples/helpers.cpp+163
- samples/helpers.h+57-9
- samples/resnet_block/include/cudnn_frontend_resnet_block.h+19
- samples/resnet_block/include/layers/common/cudnn_frontend_resnet_block_helpers.h+541
- samples/resnet_block/include/layers/common/include/cudnn_frontend_block_factory.h+79
- samples/resnet_block/include/layers/common/include/cudnn_frontend_blocks.h+6
- samples/resnet_block/include/layers/common/include/cudnn_frontend_layer_interface.h+615
- samples/resnet_block/include/layers/models/resnet/README.md+276
- samples/resnet_block/include/layers/models/resnet/block_device_pointer_stores/cudnn_frontend_residual_block_dev_ptr_store.h+332
- samples/resnet_block/include/layers/models/resnet/block_params/cudnn_frontend_residual_block_params.h+237
- samples/resnet_block/include/layers/models/resnet/forward/cudnn_frontend_residual_forward_block.h+1.1k
- samples/resnet_block/include/layers/models/resnet/forward/cudnn_frontend_residual_forward_inference_block.h+978
- samples/resnet_sample.cpp+72
- samples/resnet_sample.h+8
- samples/resnet_test_list.cpp+474
- samples/test_list.cpp+1.1k-51
0 commit comments