This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function jump_tag(e) { | |
if (e.key != `Enter` && e.type != `click`) | |
return; | |
const tag_val = document.getElementById(`input-tag-comple`).value | |
.trim().replace(/\s+/, ` `); | |
if (tag_val == ``) | |
return; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely | |
[0 AMD RADV/ACO POLARIS11 (LLVM 9.0.1)] queueC=1[4] queueG=0[1] queueT=0[1] | |
[0 AMD RADV/ACO POLARIS11 (LLVM 9.0.1)] buglssc=0 bugihfa=0 | |
[0 AMD RADV/ACO POLARIS11 (LLVM 9.0.1)] fp16p=1 fp16s=1 fp16a=0 int8s=1 int8a=1 | |
loop_count = 64 | |
num_threads = 1 | |
powersave = 0 | |
gpu_device = 0 | |
cooling_down = 0 | |
squeezenet min = 2.93 max = 3.92 avg = 3.16 |