240 发简信
IP属地:浙江
  • Resize,w 360,h 240
    教你一步步写一个cuda path tracer:牛刀小试!

    前面几篇都是关于cuda的基础知识介绍,甚是乏味。是时候用cuda渲染一张图片来直观地感受一下了! Kevin Beason大神曾经写过一个99...

  • 双核处理

    问题描述 一种双核CPU的两个核能够同时的处理任务,现在有n个已知数据量的任务需要交给CPU处理,假设已知CPU的每个核1秒可以处理1kb,每个...

  • 教你一步步写一个cuda path tracer:cuda与类

    cuda里能不能使用类?答案当然是可以的。下面给出一个实例: arrayadder.cuh arrayadder.cu main.cpp 在ma...

  • 72. Edit Distance

    问题 Given two words word1 and word2, find the minimum number of steps req...

  • Resize,w 360,h 240
    46. Permutations

    问题 Given a collection of distinct numbers, return all possible permutati...

  • Resize,w 360,h 240
    教你一步步写一个cuda path tracer:前言

    简介 这是一套关于如何使用cuda实现path tracing算法的系列教程。 背景 我是一名计算机学院的研究生,目前就读于浙江大学。由于自己非...

  • Resize,w 360,h 240
    教你一步步写一个cuda path tracer:cuda简介和安装

    cuda定义 cuda是nvidia推出的一种通用并行计算架构,该架构能够充分利用gpu强大的并行计算能力,解决一些具有内在并行性的计算密集型问...

  • 22. Generate Parentheses

    问题 Given n pairs of parentheses, write a function to generate all combin...

  • 127. Word Ladder

    问题 Given two words (beginWord and endWord), and a dictionary's word list...