├── README ├── Sobel_1.cu ├── Sobel_3.cu ├── Sobel_4a.cu ├── Sobel_4b.cu ├── 介绍.pdf └── 优化结果.PNG /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Seafood-SIMIT/Sobel_With_CUDA-optimization/HEAD/README -------------------------------------------------------------------------------- /Sobel_1.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Seafood-SIMIT/Sobel_With_CUDA-optimization/HEAD/Sobel_1.cu -------------------------------------------------------------------------------- /Sobel_3.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Seafood-SIMIT/Sobel_With_CUDA-optimization/HEAD/Sobel_3.cu -------------------------------------------------------------------------------- /Sobel_4a.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Seafood-SIMIT/Sobel_With_CUDA-optimization/HEAD/Sobel_4a.cu -------------------------------------------------------------------------------- /Sobel_4b.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Seafood-SIMIT/Sobel_With_CUDA-optimization/HEAD/Sobel_4b.cu -------------------------------------------------------------------------------- /介绍.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Seafood-SIMIT/Sobel_With_CUDA-optimization/HEAD/介绍.pdf -------------------------------------------------------------------------------- /优化结果.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Seafood-SIMIT/Sobel_With_CUDA-optimization/HEAD/优化结果.PNG --------------------------------------------------------------------------------