Skip to content

Instantly share code, notes, and snippets.

@Umio-Yasuno
Umio-Yasuno / jump_tag.js
Last active April 18, 2021 03:21
hugo-tag-autocomplete
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;
@Umio-Yasuno
Umio-Yasuno / RADV(ACO)
Created April 30, 2020 06:55
ncnn benchmark result
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