summary

No Image

mTLSとはmutual TLS (= 2way TLS)TLS(Transport Layer Security)はSSL/TLSとも呼ばれるTLSのコアはPKI(Public Key Infrastructure、公開鍵暗号基盤)とX. ...

steps,summary

No Image

前提条件同じVCN内に2つのVMインスタンスを作成
ポイント片方のVMインスタンスと他方のVMインスタンスでやりとりしたい場合、Security ListのIngress Ruleをデフォルト設定ではできない場合があるどのIPからのど ...

summary

No Image

調査したコード//set the kernel Arguments int narg=0; OCL_CHECK(err, err = krnl_vector_add.setArg(narg++,buffer_a)); OCL_CHECK(e ...

uncategorized

No Image

調査したコード//These commands will allocate memory on the Device. The cl::Buffer objects can//be used to reference the memory ...

summary

No Image

調査したコード//Creating Program from Binary File cl::Program::Binaries bins; bins.push_back({buf,nb}); devices.resize(1); OCL_ ...

summary

No Image

調査したコード//Creating Context and Command Queue for selected device OCL_CHECK(err, context = cl::Context(device, NULL, NULL, ...

steps,summary

No Image

前提条件OCIのVMインスタンスにKubernetesクラスタを構築する(マスター・ワーカー共通)の作業を完了している
KubernetesのControl planeを構築しているOCIのVMインスタンスにKubernetesクラス ...

error

No Image

エラー発生状況KubernetesのControl planeにワーカーノードを追加するとき、下記のコマンドを実行
$ sudo kubeadm join X.X.X.X:6443 --token YYYY --discovery- ...

summary

No Image

調査したコード//traversing all Platforms To find Xilinx Platform and targeted//Device in Xilinx Platform cl::Platform::get(& ...

steps

No Image

前提条件OCIのVMインスタンスにKubernetesクラスタを構築する(マスター・ワーカー共通)の作業を完了している
KubernetesのControl planeを構築したいマシンで以降の作業を行う
手順Control p ...