Tonny Tzeng
Tonny Tzeng
This commit adds the configuration files used in a video transcoding use case example leveraging the [Intel GPU device plugin for Kubernetes](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/cmd/gpu_plugin/README.md). The full descriptive article will be published at...
Though I don't have the hardware platform to try out, but it looks like some files are missing which prevents `screencast-sgx.sh` from running successfully. Specifically: * In screen6, I know...
The demo [readme.md](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/main/demo/readme.md) mentioned 3 demos for the FPGA plugin, but there is no screencast file nor the associated resource files in the repo for replicating the Demo3 (OpenCL).
1. The "[demos](https://github.com/intel/intel-device-plugins-for-kubernetes/blob/v0.23.0/Makefile#L158-L161)" make target in the Makefile implies the docker build materials of demo images must be in the level-1 subdirectories under the `demo` folder, which prevents us to...
This commit is part of a series changes to categorize demo files by the plugin types. Specifically, this commit moves the files used by the GPU plugin demo to a...
Though I don't have the hardware platform to try out, though this screencast file `screencast-dsa-accel-config.sh` seems to work, but it downloads a Dockerfile but not uses it, which looks a...
Though I don't have the hardware platform to try out, but it looks like some files are missing which prevents `screencast-qat-dpdk.sh` from running successfully. Specifically: * In screen3, files `qat_plugin_default_configmap.yaml`...
Though I don't have the hardware platform to try out, but it looks like some files are missing which prevent `screencast-qat.sh` from running successfully. Specifically: * In screen2, the `load-modules.sh`...
Unlike each plugin implementation has dedicated folders under the `cmd/` directory to host the documents of each device plugin, all the testing containers, demo scripts, configurations, and yaml files are...
In the current `Makefile`, names of level-1 subdirectories under the `demo` folder are collected and set as make targets for building the test images, regardless whether the subdirectories contain docker...