Usually, located at /usr/local/cuda/bin
$ nvprof python train_mnist.py
I prefer to use --print-gpu-trace.
#!/usr/bin/env bash | |
# | |
# Simulates mixed workload on HBase using YCSB | |
# Author: Ashrith (ashrith at cloudwick dot com) | |
# Date: Wed, 16 2014 | |
# | |
# | |
# You may want to tweak these variables to change the workload's behavior | |
# |
// disable iitc plugin if it's on | |
// go to https://www.ingress.com/intel | |
// open console and paste in the code below, press enter | |
// join https://t.me/passcodes for more passcodes | |
// add jquery | |
var jq = document.createElement('script'); | |
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"; | |
document.getElementsByTagName('head')[0].appendChild(jq); |
回答 | |
卑鄙是卑鄙者的通行证, | |
高尚是高尚者的墓志铭, | |
看吧,在那镀金的天空中, | |
飘满了死者弯曲的倒影。 | |
冰川纪过去了, | |
为什么到处都是冰凌? |
<?xml version='1.0'?> | |
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
<fontconfig> | |
<!-- 关闭内嵌点阵字体 --> | |
<match target="font"> | |
<edit name="embeddedbitmap" mode="assign"> | |
<bool>false</bool> | |
</edit> | |
</match> | |
<!-- 字节码解释器(BCI),需要自带良好微调指令的字体 --> |
#!/bin/bash | |
# | |
# Written by Chris Arceneaux | |
# GitHub: https://github.com/carceneaux | |
# Email: [email protected] | |
# Website: http://arsano.ninja | |
# | |
# Note: This code is a stop-gap to erase Job Artifacts for a project. I HIGHLY recommend you leverage | |
# "artifacts:expire_in" in your .gitlab-ci.yml | |
# |
apt-get install python-pybind11 apt install protobuf-compiler https://stackoverflow.com/a/61433346/8428146 onnx/onnx#3570
export CMAKE_ARGS="-DONNX_USE_PROTOBUF_SHARED_LIBS=ON"