The Wayback Machine - https://web.archive.org/web/20220408115010/https://github.com/topics/gpu-programming
Skip to content
#

gpu-programming

Here are 199 public repositories matching this topic...

Game-Programmer-Study-Notes

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

Where should the content be modified?

https://github.com/geomstats/geomstats/blob/master/geomstats/geometry/spd_matrices.py

What should be modified?

The following code:

from geomstats.geometry.spd_matrices import SPDMatrices, SPDMetricBuresWasserstein
bw_metric = SPDMetricBuresWasserstein(n=28)
spd = SPDMatrices(n=28, metric=bw_metric)

gives the error:

----> 5 spd = 

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