zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
CUDA programming with C++ Masterclass__2020-04udemy
magnet:?xt=urn:btih:03f5b8af4fb63445a6db6d4c2d515eb9271a6f99&dn=CUDA programming with C++ Masterclass__2020-04udemy
磁力链接详情
Hash值:
03f5b8af4fb63445a6db6d4c2d515eb9271a6f99
点击数:
106
文件大小:
86.5 MB
文件数量:
83
创建日期:
2024-2-1 12:23
最后访问:
2024-12-25 14:31
访问标签:
CUDA
programming
with
C
Masterclass__2020-04udemy
文件列表详情
1 Introduction to CUDA Programming and CUDA Programming Model/01 Very Very Important.mkv 2.12 MB
1 Introduction to CUDA Programming and CUDA Programming Model/02 Introduction to Parallel Programming.mkv 1.07 MB
1 Introduction to CUDA Programming and CUDA Programming Model/03 Parallel Computing and Super Computing.mkv 933.17 KB
1 Introduction to CUDA Programming and CUDA Programming Model/04 How to Install CUDA Toolkit and First Look at CUDA Program.mkv 1.46 MB
1 Introduction to CUDA Programming and CUDA Programming Model/05 Basic Elements of CUDA Program.mkv 2.05 MB
1 Introduction to CUDA Programming and CUDA Programming Model/06 Organization of Threads in a CUDA Program - threadIdx.mkv 1003.83 KB
1 Introduction to CUDA Programming and CUDA Programming Model/07 Organization of Thread in a CUDA Program - blockIdxblockDimgridDim.mkv 884.44 KB
1 Introduction to CUDA Programming and CUDA Programming Model/08 Programming Exercise 1.mkv 62.29 KB
1 Introduction to CUDA Programming and CUDA Programming Model/09 Unique Index Calculation Using threadIdx blockId and blockDim.mkv 1.2 MB
1 Introduction to CUDA Programming and CUDA Programming Model/10 Unique Index Calculation for 2D Grid_Part1.mkv 974.08 KB
1 Introduction to CUDA Programming and CUDA Programming Model/11 Unique Index Calculation for 2D Grid_Part2.mkv 794.13 KB
1 Introduction to CUDA Programming and CUDA Programming Model/12 Memory Transfer between Host and Device.mkv 1.4 MB
1 Introduction to CUDA Programming and CUDA Programming Model/13 Programming Exercise 2.mkv 118.99 KB
1 Introduction to CUDA Programming and CUDA Programming Model/14 Sum Array Example with Validity Check.mkv 1.2 MB
1 Introduction to CUDA Programming and CUDA Programming Model/15 Sum Array Example with Error Handling.mkv 630.06 KB
1 Introduction to CUDA Programming and CUDA Programming Model/16 Sum Array Example with Timing.mkv 1.11 MB
1 Introduction to CUDA Programming and CUDA Programming Model/17 Device Properties.mkv 732.85 KB
1 Introduction to CUDA Programming and CUDA Programming Model/18 Summary.mkv 477.26 KB
2 CUDA Execution Model/19 Understand the Device Better.mkv 1.07 MB
2 CUDA Execution Model/20 All About Warps.mkv 1.22 MB
2 CUDA Execution Model/21 Warp Divergence.mkv 1.52 MB
2 CUDA Execution Model/22 Resource Partitioning and Latency Hiding_Part1.mkv 720.77 KB
2 CUDA Execution Model/23 Resource Partitioning and Latency Hiding_Part2.mkv 1.2 MB
2 CUDA Execution Model/24 Occupancy.mkv 2.13 MB
2 CUDA Execution Model/25 Profile Driven Optimization with nvprof.mkv 1.92 MB
2 CUDA Execution Model/26 Parallel Reduction as Synchronization Example.mkv 2.37 MB
2 CUDA Execution Model/27 Parallel Reduction as Warp Divergence Example.mkv 1.23 MB
2 CUDA Execution Model/28 Parallel Reduction with Loop Unrolling.mkv 924.73 KB
2 CUDA Execution Model/29 Parallel Reduction as Warp Unrolling.mkv 781.35 KB
2 CUDA Execution Model/30 Reduction with Complete Unrolling.mkv 566.24 KB
2 CUDA Execution Model/31 Performance Comparison of Reduction Kernels.mkv 870.41 KB
2 CUDA Execution Model/32 CUDA Dynamic Parallelism.mkv 1.33 MB
2 CUDA Execution Model/33 Reduction with Dynamic Parallelism.mkv 871.63 KB
2 CUDA Execution Model/34 Summary.mkv 536.01 KB
3 CUDA Memory Model/35 CUDA Memory Model.mkv 924.13 KB
3 CUDA Memory Model/36 Different Memory Types in CUDA.mkv 1.1 MB
3 CUDA Memory Model/37 Memory Management and Pinned Memory.mkv 973.45 KB
3 CUDA Memory Model/38 Zero Copy Memory.mkv 1.22 MB
3 CUDA Memory Model/39 Unified Memory.mkv 709.22 KB
3 CUDA Memory Model/40 Global Memory Access Patterns.mkv 1.58 MB
3 CUDA Memory Model/41 Global Memory Writes.mkv 562.45 KB
3 CUDA Memory Model/42 AOS vs SOA.mkv 777.89 KB
3 CUDA Memory Model/43 Matrix Transpose.mkv 2.48 MB
3 CUDA Memory Model/44 Matrix Transpose with Unrolling.mkv 948.23 KB
3 CUDA Memory Model/45 Matrix Transpose with Diagonal Coordinate System.mkv 1018.91 KB
3 CUDA Memory Model/46 Summary.mkv 327.45 KB
4 CUDA Shared Memory and Constant Memory/47 Introduction to CUDA Shared Memory.mkv 1.12 MB
4 CUDA Shared Memory and Constant Memory/48 Shared Memory Access Modes and Memory Banks.mkv 1.06 MB
4 CUDA Shared Memory and Constant Memory/49 Row Major and Column Major Access to Shared Memory.mkv 1.25 MB
4 CUDA Shared Memory and Constant Memory/50 Static and Dynamic Shared Memory.mkv 548.91 KB
4 CUDA Shared Memory and Constant Memory/51 Shared Memory Padding.mkv 772.13 KB
4 CUDA Shared Memory and Constant Memory/52 Parallel Reduction with Shared Memory.mkv 727.01 KB
4 CUDA Shared Memory and Constant Memory/53 Synchronization in CUDA.mkv 466.96 KB
4 CUDA Shared Memory and Constant Memory/54 Matrix Transpose with Shared Memory.mkv 1.59 MB
4 CUDA Shared Memory and Constant Memory/55 CUDA Constant Memory.mkv 1.63 MB
4 CUDA Shared Memory and Constant Memory/56 Matrix Transpose with Shared Memory Padding.mkv 1.01 MB
4 CUDA Shared Memory and Constant Memory/57 CUDA Warp Shuffle Instructions.mkv 2.09 MB
4 CUDA Shared Memory and Constant Memory/58 Parallel Reduction with Warp Shuffle Instructions.mkv 697.17 KB
4 CUDA Shared Memory and Constant Memory/59 Summary.mkv 218.96 KB
5 CUDA Streams/60 Introduction to CUDA Streams and Events.mkv 731.56 KB
5 CUDA Streams/61 How to Use CUDA Asynchronous Functions.mkv 1.25 MB
5 CUDA Streams/62 How to Use CUDA Streams.mkv 1.61 MB
5 CUDA Streams/63 Overlapping Memory Transfer and Kernel Execution.mkv 929.3 KB
5 CUDA Streams/64 Stream Synchronization and Blocking Behavious of NULL Stream.mkv 1.11 MB
5 CUDA Streams/65 Explicit and Implicit Synchronization.mkv 282.5 KB
5 CUDA Streams/66 CUDA Events and Timing with CUDA Events.mkv 792.07 KB
5 CUDA Streams/67 Creating Inter Stream Dependencies with Events.mkv 687.37 KB
6 Performance Tuning with CUDA Instruction Level Primitives/68 Introduction to Different Types of Instructions in CUDA.mkv 457.58 KB
6 Performance Tuning with CUDA Instruction Level Primitives/69 Floating Point Operations.mkv 1020.87 KB
6 Performance Tuning with CUDA Instruction Level Primitives/70 Standard and Instrict Functions.mkv 1.21 MB
6 Performance Tuning with CUDA Instruction Level Primitives/71 Atomic Functions.mkv 1.14 MB
7 Parallel Patterns and Applications/72 Scan Algorithm Introduction.mkv 610.56 KB
7 Parallel Patterns and Applications/73 Simple Parallel Scan.mkv 993.32 KB
7 Parallel Patterns and Applications/74 Work Efficient Parallel Exclusive Scan.mkv 1.12 MB
7 Parallel Patterns and Applications/75 Work Efficient Parallel Inclusive Scan.mkv 920.93 KB
7 Parallel Patterns and Applications/76 Parallel Scan for Large Data Sets.mkv 643.69 KB
7 Parallel Patterns and Applications/77 Parallel Compact Algorithm.mkv 1007.1 KB
8 Bonus Introduction to Image Processing with CUDA/78 Introduction_Part1.mkv 859.45 KB
8 Bonus Introduction to Image Processing with CUDA/79 Introduction_Part2.mkv 1.22 MB
8 Bonus Introduction to Image Processing with CUDA/80 Digital Image Processing.mkv 1.09 MB
8 Bonus Introduction to Image Processing with CUDA/81 Digital Image Fundametals Human Perception.mkv 1.11 MB
8 Bonus Introduction to Image Processing with CUDA/82 Digital Image Fundamentals Image Formation.mkv 1.59 MB
8 Bonus Introduction to Image Processing with CUDA/83 OpenCV Installation.mkv 1.57 MB
其他位置