Skip to content

Commit

Permalink
temporary config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
corepointer committed May 28, 2024
1 parent b44c154 commit 315d0db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UserConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"matmul_unroll_factor": 1,
"matmul_unroll_jam_factor": 4,
"matmul_num_vec_registers": 16,
"use_cuda": true,
"use_cuda": false,
"use_vectorized_exec": false,
"use_obj_ref_mgnt": true,
"cuda_fuse_any": false,
"use_mlir_codegen": false,
"vectorized_single_queue": false,
"debug_llvm": false,
"explain_kernels": true,
"explain_kernels": false,
"explain_llvm": false,
"explain_parsing": false,
"explain_parsing_simplified": false,
Expand All @@ -30,9 +30,9 @@
"daphnedsl_import_paths": {
"default_dirs": ["scripts/algorithms", "scripts"]
},
"force_cuda": true,
"force_cuda": false,
"logging": [
{ "log-level-limit": "DEBUG" },
{ "log-level-limit": "INFO" },
{
"comment": "This configuration controls logging in the GPU compiler pass only",
"name": "compiler::cuda",
Expand Down

0 comments on commit 315d0db

Please sign in to comment.