質問編集履歴

2

エラーの追加

2022/06/12 13:34

投稿

nagano-yuhi
nagano-yuhi

スコア39

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,10 @@
7
7
 
8
8
  エラー内容
9
9
  ```ここに言語を入力
10
+ [21:43:07] /mnt/c/programing/tvm/src/target/target_kind.cc:163: Warning: Unable to detect CUDA version, default to "-arch=sm_20" instead
11
+ /root/.local/lib/python3.6/site-packages/pkg_resources/__init__.py:119: PkgResourcesDeprecationWarning: 0.18ubuntu0.18.04.1 is an invalid version and will not be supported in a future release
12
+ PkgResourcesDeprecationWarning,
13
+ [Task 1/28] Current/Best: 0.00/ 0.00 GFLOPS | Progress: (0/357) | 0.00 sException in thread Thread-2:
10
14
  Traceback (most recent call last):
11
15
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
12
16
  self.run()

1

書式の改善

2022/06/12 13:18

投稿

nagano-yuhi
nagano-yuhi

スコア39

test CHANGED
@@ -1 +1 @@
1
- エラーの対処方法がわからない
1
+ tvmを使った実行のエラーの対処方法がわからない
test CHANGED
@@ -5,7 +5,8 @@
5
5
  gpuで実行しようとしています。また、コンパイルはcudaを使用しています。
6
6
  cpuでは上手く実行できました。
7
7
 
8
- [エラー内容]
8
+ エラー内容
9
+ ```ここに言語を入力
9
10
  Traceback (most recent call last):
10
11
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
11
12
  self.run()
@@ -51,7 +52,7 @@
51
52
  "Cannot get remote devices from the tracker. "
52
53
  RuntimeError: Cannot get remote devices from the tracker. Please check the status of tracker by 'python -m tvm.exec.query_rpc_tracker --port [THE PORT YOU USE]' and make sure you have free devices on the queue status.
53
54
  Done.
54
- [\エラー内容]
55
+ ```
55
56
 
56
57
  エラーの対処に対しての知識が少なく、
57
58
  読んでもどこをどう対処したらいいのかわかりません。