Skip to content
#

gpu-programming

Here are 139 public repositories matching this topic...

archibate
archibate commented Oct 9, 2020

Why refactor
Currently we have both ti.f32 and ti.float32 for 32-bit floating-point number. This violates the There should be one-- and preferably only one --obvious way to do it principle of Python. So we'd better deprecate one of them for clarity.

Advantages of deprecating ti.float32:
Currently in our codebase, ti.f32 is widely accepted while ti.float32 is almost never occur

Game-Programmer-Study-Notes

我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.

  • Updated Jun 15, 2020

Implementation of the Apriori and Eclat algorithms, two of the best-known basic algorithms for mining frequent item sets in a set of transactions, implementation in Python.

  • Updated Dec 12, 2018
  • Python

CHAI and RAJA provide an excellent base on which to build portable codes. CARE expands that functionality, adding new features such as loop fusion capability and a portable interface for many numerical algorithms. It provides all the basics for anyone wanting to write portable code.

  • Updated Oct 9, 2020
  • C++

Improve this page

Add a description, image, and links to the gpu-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gpu-programming topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.