{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":148984864,"defaultBranch":"main","name":"clvk","ownerLogin":"kpet","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-09-16T10:26:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/812764?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1725094441.0","currentOid":""},"activityList":{"items":[{"before":"7552c9e8033735ac7d984a5cd41df9fe8a3af20a","after":"e0e4dbd5c36dee4329f5a1d5b12971bd50543c40","ref":"refs/heads/main","pushedAt":"2024-09-03T19:47:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"queue_controller: update dynamic batching (#718)\n\nmain updates:\r\n- avoid reducing too much first batch when it is not needed (executor\r\n is always busy)\r\n- get out of corner case where first batch is 1","shortMessageHtmlLink":"queue_controller: update dynamic batching (#718)"}},{"before":"b7270c582c301c60a0e81dffddbd24142e11a42d","after":null,"ref":"refs/heads/update","pushedAt":"2024-08-31T08:54:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"}},{"before":"f45bb041463165446853ab4488f6bea69413ab0b","after":null,"ref":"refs/heads/printf-tweaks","pushedAt":"2024-08-31T08:53:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"}},{"before":"353375a338650888c19519ca8e4e40be7ac89dbb","after":"7552c9e8033735ac7d984a5cd41df9fe8a3af20a","ref":"refs/heads/main","pushedAt":"2024-08-31T08:53:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"Tweak implementation of cl_arm_printf and introduce dedicated test fixture (#717)\n\n* Tweak implementation of cl_arm_printf and introduce dedicated test fixture\r\n\r\nChange-Id: Ib27b60fb043e47227f519f34e04316d04f47b55d\r\n\r\n* build fix\r\n\r\nChange-Id: Ic0a395c202c7f8e59249db8d443faf72a17399ff","shortMessageHtmlLink":"Tweak implementation of cl_arm_printf and introduce dedicated test fi…"}},{"before":"c5abf1e636f2d4ea6f6b82a4c11332f388fe0038","after":"353375a338650888c19519ca8e4e40be7ac89dbb","ref":"refs/heads/main","pushedAt":"2024-08-29T18:05:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"add option to force to build in a separate thread (#696)\n\n* add option to force to build in a separate thread\r\n\r\nAlso name the build thread only if built in a separate thread.\r\n\r\n* rename check_build_status to wait_for_completion","shortMessageHtmlLink":"add option to force to build in a separate thread (#696)"}},{"before":"9e36527d4b610c3a067bb86de616f04f669e819b","after":"f45bb041463165446853ab4488f6bea69413ab0b","ref":"refs/heads/printf-tweaks","pushedAt":"2024-08-29T08:08:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"build fix\n\nChange-Id: Ic0a395c202c7f8e59249db8d443faf72a17399ff","shortMessageHtmlLink":"build fix"}},{"before":null,"after":"9e36527d4b610c3a067bb86de616f04f669e819b","ref":"refs/heads/printf-tweaks","pushedAt":"2024-08-28T18:42:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"Tweak implementation of cl_arm_printf and introduce dedicated test fixture\n\nChange-Id: Ib27b60fb043e47227f519f34e04316d04f47b55d","shortMessageHtmlLink":"Tweak implementation of cl_arm_printf and introduce dedicated test fi…"}},{"before":"3611b2513a54d7d35975b0d4135539c176f1c5b9","after":"c5abf1e636f2d4ea6f6b82a4c11332f388fe0038","ref":"refs/heads/main","pushedAt":"2024-08-28T17:53:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"use cl_arm_printf extension for testing (#671)\n\n* use cl_arm_printf extension for testing\r\n\r\n* fix space\r\n\r\n* address issues with formating and logic\r\n\r\n* downstream and upstream clangs differ\r\n\r\n* remove get_buffer_size func\r\n\r\n* revert untouched code formating\r\n\r\n* revert some more formating\r\n\r\n* hopefully last revert of formating\r\n\r\n* move get_properties_index func to context level\r\n\r\n* remove whitespace\r\n\r\n* fix clang-format issues\r\n\r\n* add new line\r\n\r\n* delete space\r\n\r\n* Add fixes to testcl\r\n\r\n* fix tests\r\n\r\n* fix space\r\n\r\n* Implement printf_callback\r\n\r\n* get rid of unused funcs and vars\r\n\r\n* fix format\r\n\r\n* remove duplication and prioritize config buff size\r\n\r\n* fix space\r\n\r\n* rework logic for string parsing\r\n\r\n* fix format\r\n\r\n* fix format\r\n\r\n* add profiling command queue back\r\n\r\n* fix format\r\n\r\n* fix format\r\n\r\n* fix include issues\r\n\r\n* add os based includes\r\n\r\n* use user_data to transmit buffer from test side\r\n\r\n* remove space\r\n\r\n* fix space\r\n\r\n* remove unused func\r\n\r\n* use user_data properly\r\n\r\n* clean up leftover code","shortMessageHtmlLink":"use cl_arm_printf extension for testing (#671)"}},{"before":"39a7e992fdfb0697553ad845e3063fda66558c5b","after":"3611b2513a54d7d35975b0d4135539c176f1c5b9","ref":"refs/heads/main","pushedAt":"2024-08-28T17:37:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"Pr/update deps (#707)\n\n* Update deps and CTS\r\n\r\nChange-Id: Ie2b11d3f0b0297121a085e76d05da5f74af46aca\r\n\r\n* update clspv\r\n\r\n* compile libclc for android + readme for cross compilation\r\n\r\n* use prebuilt llvm-19.1.0-rc2 to build libclc\r\n\r\n---------\r\n\r\nCo-authored-by: Kévin Petit ","shortMessageHtmlLink":"Pr/update deps (#707)"}},{"before":"de1dda07ab5a586807a8410b589c701989612ee9","after":"39a7e992fdfb0697553ad845e3063fda66558c5b","ref":"refs/heads/main","pushedAt":"2024-08-13T13:15:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"update batch parameters after flush (#708)\n\n* update batch parameters after flush\r\n\r\nIn the case where we end up a batch before a flush, we are never\r\nupdating from flush, which lead to unoptimal batch parameters.\r\n\r\n* rename update_after_flush to update_after_empty_flush","shortMessageHtmlLink":"update batch parameters after flush (#708)"}},{"before":"7afd8df13f4ba0947c9bd55fb54bd117c1b1f208","after":"de1dda07ab5a586807a8410b589c701989612ee9","ref":"refs/heads/main","pushedAt":"2024-08-13T07:47:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"tests/api/images: force unmap/release to be perform after check (#697)\n\n* tests/api/images: force unmap/release to be perform after check\r\n\r\nDepending on values in device_properties, some platform can perform\r\nthe unmap when the function is called, not when the app calls\r\nclFinish.\r\nForce this behavior by adding a userevent to control when the unmap\r\ncan be performed.\r\n\r\nIt might also fix flakyness in github CI. Not too sure.\r\n\r\n* add comments\r\n\r\n* Update tests/api/images.cpp\r\n\r\n* Update tests/api/images.cpp\r\n\r\n---------\r\n\r\nCo-authored-by: Kévin Petit ","shortMessageHtmlLink":"tests/api/images: force unmap/release to be perform after check (#697)"}},{"before":"d05608640def8c4094d4f735704fd2ca5a8bd705","after":"7afd8df13f4ba0947c9bd55fb54bd117c1b1f208","ref":"refs/heads/main","pushedAt":"2024-08-12T15:17:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"fix split_string to prevent empty string to be returned (#712)","shortMessageHtmlLink":"fix split_string to prevent empty string to be returned (#712)"}},{"before":"30b8c82a78ac3e1f49d5937e0496e44c513f9efa","after":"d05608640def8c4094d4f735704fd2ca5a8bd705","ref":"refs/heads/main","pushedAt":"2024-07-09T13:00:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"add config option to exposed device extensions (#703)\n\nThe goal is to be able to enable extensions that are not fully\r\nsupported by clvk, but enough for some applications.","shortMessageHtmlLink":"add config option to exposed device extensions (#703)"}},{"before":"e2293faa9f6997cea737b68e8c1adfb67060fb92","after":"30b8c82a78ac3e1f49d5937e0496e44c513f9efa","ref":"refs/heads/main","pushedAt":"2024-07-09T09:02:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"add support for uncoherent cached memory (#641)","shortMessageHtmlLink":"add support for uncoherent cached memory (#641)"}},{"before":"d420cf8d8bbc5d624d64c69410556cde5c3f2e69","after":"e2293faa9f6997cea737b68e8c1adfb67060fb92","ref":"refs/heads/main","pushedAt":"2024-06-27T20:29:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"remove fabs from native_builtins for Samsung (#706)\n\n- This issue was introduced with clspv update:\r\n https://github.com/google/clspv/commit/0f43a2a7bd66ebae38b48de549299cfe4a5ebbe8\r\n\r\n- Using the software version of fabs to meet the OpenCL Compliant","shortMessageHtmlLink":"remove fabs from native_builtins for Samsung (#706)"}},{"before":"33914a17d70d7fbed8a24b902e1efa57e7a8dcc9","after":"d420cf8d8bbc5d624d64c69410556cde5c3f2e69","ref":"refs/heads/main","pushedAt":"2024-06-17T09:21:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"fix TRACE_CNT_VAR_INIT() for Perfetto uprev (#702)\n\nThe perfetto::CounterTrack no longer accepts const char* track\r\nnames (https://android-review.git.corp.google.com/c/platform/external/perfetto/+/3092179/5/CHANGELOG).\r\nFix TRACE_CNT_VAR_INIT() to use perfetto::DynamicString() for track name\r\nas the name is std::string.\r\n\r\nCo-authored-by: Chinglin Yu ","shortMessageHtmlLink":"fix TRACE_CNT_VAR_INIT() for Perfetto uprev (#702)"}},{"before":"493ab73e9a985d8f9114f53181cd64c51c36fd24","after":null,"ref":"refs/heads/dependabot/github_actions/dawidd6/action-download-artifact-6","pushedAt":"2024-06-17T08:59:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"}},{"before":"f1c5fc9942efd4eb740ac5d76fb34cfec04ccfcb","after":"33914a17d70d7fbed8a24b902e1efa57e7a8dcc9","ref":"refs/heads/main","pushedAt":"2024-06-17T08:59:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"Bump dawidd6/action-download-artifact from 5 to 6 (#704)\n\nBumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 5 to 6.\r\n- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)\r\n- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v5...v6)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: dawidd6/action-download-artifact\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump dawidd6/action-download-artifact from 5 to 6 (#704)"}},{"before":null,"after":"493ab73e9a985d8f9114f53181cd64c51c36fd24","ref":"refs/heads/dependabot/github_actions/dawidd6/action-download-artifact-6","pushedAt":"2024-06-17T03:34:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump dawidd6/action-download-artifact from 5 to 6\n\nBumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 5 to 6.\n- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)\n- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: dawidd6/action-download-artifact\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump dawidd6/action-download-artifact from 5 to 6"}},{"before":"744eaa12195db4832adefc414ab8b7263e1118d2","after":null,"ref":"refs/heads/dependabot/github_actions/dawidd6/action-download-artifact-5","pushedAt":"2024-06-10T08:41:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"}},{"before":"b3407a7976a49176de467ec3cac73b954429771c","after":"f1c5fc9942efd4eb740ac5d76fb34cfec04ccfcb","ref":"refs/heads/main","pushedAt":"2024-06-10T08:41:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"Bump dawidd6/action-download-artifact from 3 to 5 (#701)\n\nBumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 5.\r\n- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)\r\n- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v5)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: dawidd6/action-download-artifact\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump dawidd6/action-download-artifact from 3 to 5 (#701)"}},{"before":null,"after":"744eaa12195db4832adefc414ab8b7263e1118d2","ref":"refs/heads/dependabot/github_actions/dawidd6/action-download-artifact-5","pushedAt":"2024-06-10T03:42:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump dawidd6/action-download-artifact from 3 to 5\n\nBumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 5.\n- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)\n- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v5)\n\n---\nupdated-dependencies:\n- dependency-name: dawidd6/action-download-artifact\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump dawidd6/action-download-artifact from 3 to 5"}},{"before":null,"after":"b7270c582c301c60a0e81dffddbd24142e11a42d","ref":"refs/heads/update","pushedAt":"2024-05-28T18:39:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"Update deps and CTS\n\nChange-Id: Ie2b11d3f0b0297121a085e76d05da5f74af46aca","shortMessageHtmlLink":"Update deps and CTS"}},{"before":"f741f1939bd9ba5b721bb106ce8dd65c77395351","after":null,"ref":"refs/heads/disable-desctructor-option","pushedAt":"2024-04-25T09:56:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"}},{"before":"3f5093db4a42427185625404e2d181089888f769","after":"b3407a7976a49176de467ec3cac73b954429771c","ref":"refs/heads/main","pushedAt":"2024-04-25T09:55:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"Add option to control whether global state is destroyed (#695)\n\nFixes #530\r\n\r\nSigned-off-by: Kevin Petit ","shortMessageHtmlLink":"Add option to control whether global state is destroyed (#695)"}},{"before":"ad229025c228493084da28478cc7e9cebebbdebb","after":null,"ref":"refs/heads/issue-556","pushedAt":"2024-04-25T09:55:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"}},{"before":"a063f18592a8e5257638b744ba993a57d362f3d4","after":"3f5093db4a42427185625404e2d181089888f769","ref":"refs/heads/main","pushedAt":"2024-04-25T09:55:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"Support building on Debian 11 (#694)\n\nFixes #556\r\n\r\nSigned-off-by: Kevin Petit ","shortMessageHtmlLink":"Support building on Debian 11 (#694)"}},{"before":null,"after":"f741f1939bd9ba5b721bb106ce8dd65c77395351","ref":"refs/heads/disable-desctructor-option","pushedAt":"2024-04-25T09:23:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"Add option to control whether global state is destroyed\n\nFixes #530\n\nSigned-off-by: Kevin Petit ","shortMessageHtmlLink":"Add option to control whether global state is destroyed"}},{"before":null,"after":"ad229025c228493084da28478cc7e9cebebbdebb","ref":"refs/heads/issue-556","pushedAt":"2024-04-25T09:12:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"Support building on Debian 11\n\nFixes #556\n\nSigned-off-by: Kevin Petit ","shortMessageHtmlLink":"Support building on Debian 11"}},{"before":"cde8f3654770b3db95ad14be5e0b802dd4790750","after":"a063f18592a8e5257638b744ba993a57d362f3d4","ref":"refs/heads/main","pushedAt":"2024-04-23T07:02:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kpet","name":"Kévin Petit","path":"/kpet","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/812764?s=80&v=4"},"commit":{"message":"implement dynamic managment of batch parameters (#621)\n\nAdd an option to manage dynamicaly batch parameters. The aim is to get\r\nthe best parameter for an application. Because many things can happen\r\nin the system, we are always updating to take any change of load in\r\naccount.\r\nThis algorithm has been tested on chromeos with various workloads and\r\nproduce great improvement performance wise.\r\n\r\nThis new option is disabled by default.","shortMessageHtmlLink":"implement dynamic managment of batch parameters (#621)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wM1QxOTo0NzoxOC4wMDAwMDBazwAAAASr9zJb","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wM1QxOTo0NzoxOC4wMDAwMDBazwAAAASr9zJb","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0yM1QwNzowMjoxMS4wMDAwMDBazwAAAAQ3wAQA"}},"title":"Activity · kpet/clvk"}