[GPU] Add fully_connected_bf_tiled_dyn_b kernel for small-batch INT4 FC #197922
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Files Size | |
| on: [push, pull_request] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: read-all | |
| jobs: | |
| Check_Files_Size: | |
| runs-on: ubuntu-22.04 | |
| if: ${{ github.repository_owner == 'openvinotoolkit' }} | |
| steps: | |
| - uses: ababushk/checkout@dd591a6a2ac25618db4eda86e7e0d938f88cf01b # cherry_pick_retries | |
| timeout-minutes: 15 | |
| - name: git ls-tree | |
| run: git ls-tree -r -t -l --full-name HEAD | sort -n -r -k 4 | |
| - name: git lfs ls-files | |
| run: git lfs ls-files --size |