style cleanup
This commit is contained in:
@@ -226,7 +226,7 @@ public:
|
||||
string kernel_path = path_get("kernel");
|
||||
string md5 = path_files_md5_hash(kernel_path);
|
||||
|
||||
cubin = string_printf("cycles_kernel_sm%d%d_%s.cubin", major, minor, md5.c_str());;
|
||||
cubin = string_printf("cycles_kernel_sm%d%d_%s.cubin", major, minor, md5.c_str());
|
||||
cubin = path_user_get(path_join("cache", cubin));
|
||||
|
||||
/* if exists already, use it */
|
||||
|
Reference in New Issue
Block a user