Skip to content

Instantly share code, notes, and snippets.

@mono0926
mono0926 / commit_message_example.md
Last active May 23, 2024 00:48
[転載] gitにおけるコミットログ/メッセージ例文集100
#include <stdio.h>
int main(int argc, char** argv) {
cudaError_t err;
char *device_name = "Quadro K6000";
int device_count;
err = cudaGetDeviceCount(&device_count);
if (err) {