Updated formatting
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
797ba87c2a
commit
76184c8a8e
5 changed files with 1 additions and 5 deletions
1
.github/workflows/cpp_tests.yml
vendored
1
.github/workflows/cpp_tests.yml
vendored
|
|
@ -31,4 +31,3 @@ jobs:
|
|||
run: |
|
||||
export VK_ICD_FILENAMES=/swiftshader/vk_swiftshader_icd.json
|
||||
make mk_run_tests
|
||||
|
||||
|
|
|
|||
2
.github/workflows/python_tests.yml
vendored
2
.github/workflows/python_tests.yml
vendored
|
|
@ -26,5 +26,3 @@ jobs:
|
|||
run: |
|
||||
export VK_ICD_FILENAMES=/swiftshader/vk_swiftshader_icd.json
|
||||
make test_python
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -16,4 +16,3 @@ build_vulkan_sdk:
|
|||
|
||||
push_vulkan_sdk: build_vulkan_sdk
|
||||
docker push axsauze/vulkan-sdk:0.1
|
||||
|
||||
|
|
|
|||
|
|
@ -57,4 +57,3 @@ Documentation Index (as per sidebar)
|
|||
Variable Types for Tensors, and Push/Spec Constants <overview/variable-types>
|
||||
Asynchronous & Parallel Operations <overview/async-parallel>
|
||||
Code Index <genindex>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
# Python Package for Kompute
|
||||
|
||||
Read the documentation under `/docs/overview` for details on the python package.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue