{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":451769035,"defaultBranch":"main","name":"ainex","ownerLogin":"ainex-project","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-01-25T06:57:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/98380348?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1667851359.46861","currentOid":""},"activityList":{"items":[{"before":"f6b5424a9f7daee69ea7ea837b6d4224ea47c368","after":"a90f83d44c47abfae91e2598a07a0eee0355fa68","ref":"refs/heads/main","pushedAt":"2024-05-06T06:33:31.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"halotroop2288","name":"Caroline Joy Bell","path":"/halotroop2288","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30361266?s=80&v=4"},"commit":{"message":"[Vulkan] Non-seamless cube map filtering","shortMessageHtmlLink":"[Vulkan] Non-seamless cube map filtering"}},{"before":"c5e6352c349ca65b7119bab08d19797e95eb1509","after":"f6b5424a9f7daee69ea7ea837b6d4224ea47c368","ref":"refs/heads/main","pushedAt":"2024-01-09T17:16:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"halotroop2288","name":"Caroline Joy Bell","path":"/halotroop2288","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30361266?s=80&v=4"},"commit":{"message":"[VFS] Fixed invalid month decoding in decode_fat_timestamp","shortMessageHtmlLink":"[VFS] Fixed invalid month decoding in decode_fat_timestamp"}},{"before":"00aba94b98b1369d604f233fcd6a9dbbc233f3bb","after":"c5e6352c349ca65b7119bab08d19797e95eb1509","ref":"refs/heads/main","pushedAt":"2023-08-04T22:21:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"halotroop2288","name":"Caroline Joy Bell","path":"/halotroop2288","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30361266?s=80&v=4"},"commit":{"message":"[CPU] Added constant propagation pass for: OPCODE_AND_NOT","shortMessageHtmlLink":"[CPU] Added constant propagation pass for: OPCODE_AND_NOT"}},{"before":"6ee2e3718f81748f3f2c6cae7287dffa7f87b14e","after":"00aba94b98b1369d604f233fcd6a9dbbc233f3bb","ref":"refs/heads/main","pushedAt":"2023-06-16T04:13:27.395Z","pushType":"push","commitsCount":6,"pusher":{"login":"halotroop2288","name":"Caroline Joy Bell","path":"/halotroop2288","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30361266?s=80&v=4"},"commit":{"message":"[NET] NetDll___WSAFDIsSet: Fixed incorrect endianness of fd_count\n\nPlus: limit it to 64 entries\nThanks to Bo98 for pointing that out","shortMessageHtmlLink":"[NET] NetDll___WSAFDIsSet: Fixed incorrect endianness of fd_count"}},{"before":"6ee2e3718f81748f3f2c6cae7287dffa7f87b14e","after":"00aba94b98b1369d604f233fcd6a9dbbc233f3bb","ref":"refs/heads/main","pushedAt":"2023-06-16T04:13:27.204Z","pushType":"push","commitsCount":6,"pusher":{"login":"halotroop2288","name":"Caroline Joy Bell","path":"/halotroop2288","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30361266?s=80&v=4"},"commit":{"message":"[NET] NetDll___WSAFDIsSet: Fixed incorrect endianness of fd_count\n\nPlus: limit it to 64 entries\nThanks to Bo98 for pointing that out","shortMessageHtmlLink":"[NET] NetDll___WSAFDIsSet: Fixed incorrect endianness of fd_count"}},{"before":"75d805245d2fcfca69993d3dc01bb43697bd28c4","after":"6ee2e3718f81748f3f2c6cae7287dffa7f87b14e","ref":"refs/heads/main","pushedAt":"2023-06-08T00:57:20.670Z","pushType":"push","commitsCount":12,"pusher":{"login":"halotroop2288","name":"Caroline Joy Bell","path":"/halotroop2288","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30361266?s=80&v=4"},"commit":{"message":"[x64] Add AVX512 optimizations for `OPCODE_VECTOR_COMPARE_UGT`(Integer)\n\nAVX512 has native unsigned integer comparisons instructions, removing\nthe need to XOR the most-significant-bit with a constant in memory to\nuse the signed comparison instructions. These instructions only write to\na k-mask register though and need an additional call to `vpmovm2*` to\nturn the mask-register into a vector-mask register.\n\nAs of Icelake:\n`vpcmpu*` is all L3/T1\n`vpmovm2d` is L1/T0.33\n`vpmovm2{b,w}` is L3/T0.33\n\nAs of Zen4:\n`vpcmpu*` is all L3/T0.50\n`vpmovm2*` is all L1/T0.25","shortMessageHtmlLink":"[x64] Add AVX512 optimizations for OPCODE_VECTOR_COMPARE_UGT(Integer)"}},{"before":"75d805245d2fcfca69993d3dc01bb43697bd28c4","after":"6ee2e3718f81748f3f2c6cae7287dffa7f87b14e","ref":"refs/heads/main","pushedAt":"2023-06-08T00:57:20.496Z","pushType":"push","commitsCount":12,"pusher":{"login":"halotroop2288","name":"Caroline Joy Bell","path":"/halotroop2288","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30361266?s=80&v=4"},"commit":{"message":"[x64] Add AVX512 optimizations for `OPCODE_VECTOR_COMPARE_UGT`(Integer)\n\nAVX512 has native unsigned integer comparisons instructions, removing\nthe need to XOR the most-significant-bit with a constant in memory to\nuse the signed comparison instructions. These instructions only write to\na k-mask register though and need an additional call to `vpmovm2*` to\nturn the mask-register into a vector-mask register.\n\nAs of Icelake:\n`vpcmpu*` is all L3/T1\n`vpmovm2d` is L1/T0.33\n`vpmovm2{b,w}` is L3/T0.33\n\nAs of Zen4:\n`vpcmpu*` is all L3/T0.50\n`vpmovm2*` is all L1/T0.25","shortMessageHtmlLink":"[x64] Add AVX512 optimizations for OPCODE_VECTOR_COMPARE_UGT(Integer)"}},{"before":"f357f26eaef52c6d4c9aa69a9f069c00139da9fb","after":"75d805245d2fcfca69993d3dc01bb43697bd28c4","ref":"refs/heads/main","pushedAt":"2023-04-13T05:25:07.779Z","pushType":"push","commitsCount":4,"pusher":{"login":"halotroop2288","name":"Caroline Joy Bell","path":"/halotroop2288","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30361266?s=80&v=4"},"commit":{"message":"[DXBC] `discard` pixels from `kill` with ROV instead of returning\n\nKeep the current lane active as it may be needed for derivatives.","shortMessageHtmlLink":"[DXBC] discard pixels from kill with ROV instead of returning"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQjpWXQA","startCursor":null,"endCursor":null}},"title":"Activity ยท ainex-project/ainex"}