[v0.02] Fix typos. Divide memory detection in two phases. Show real memory frequency, instead of the returned by CUDA
This commit is contained in:
@@ -48,6 +48,7 @@ struct memory {
|
||||
MEMTYPE type;
|
||||
int32_t bus_width;
|
||||
int32_t freq;
|
||||
int32_t clk_mul; // clock multiplier
|
||||
};
|
||||
|
||||
struct gpu_info {
|
||||
|
||||
Reference in New Issue
Block a user