├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md └── gputemps.c /.gitignore: -------------------------------------------------------------------------------- 1 | gputemps 2 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThomasBaruzier/gddr6-core-junction-vram-temps/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThomasBaruzier/gddr6-core-junction-vram-temps/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThomasBaruzier/gddr6-core-junction-vram-temps/HEAD/README.md -------------------------------------------------------------------------------- /gputemps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThomasBaruzier/gddr6-core-junction-vram-temps/HEAD/gputemps.c --------------------------------------------------------------------------------