Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-19 Thread via GitHub
zhangstar333 merged PR #38755: URL: https://github.com/apache/doris/pull/38755 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-16 Thread via GitHub
github-actions[bot] commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2292941470 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-16 Thread via GitHub
github-actions[bot] commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2292941442 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-05 Thread via GitHub
Mryange commented on code in PR #38755: URL: https://github.com/apache/doris/pull/38755#discussion_r1704826858 ## be/src/vec/runtime/ip_address_cidr.h: ## @@ -73,6 +73,29 @@ bool match_ipv4_subnet(uint32_t addr, uint32_t cidr_addr, uint8_t prefix) { return (addr & mask) ==

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-05 Thread via GitHub
HappenLee commented on code in PR #38755: URL: https://github.com/apache/doris/pull/38755#discussion_r1704742673 ## be/src/vec/runtime/ip_address_cidr.h: ## @@ -73,6 +73,29 @@ bool match_ipv4_subnet(uint32_t addr, uint32_t cidr_addr, uint8_t prefix) { return (addr & mask)

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-04 Thread via GitHub
Mryange commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2268298368 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2268077334 ClickBench: Total hot run time: 29.73 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2268073173 TPC-DS: Total hot run time: 169481 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-04 Thread via GitHub
doris-robot commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2268065316 TPC-H: Total hot run time: 41285 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-04 Thread via GitHub
Mryange commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2268041697 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-02 Thread via GitHub
github-actions[bot] commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2264902814 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-02 Thread via GitHub
github-actions[bot] commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2264722211 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-01 Thread via GitHub
Mryange closed pull request #38755: [opt]function use sse to opt match_ipv6_subnet URL: https://github.com/apache/doris/pull/38755 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2264564374 ClickBench: Total hot run time: 30.59 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2264556953 TPC-DS: Total hot run time: 169050 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2264546446 TPC-H: Total hot run time: 41688 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2264477487 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-01 Thread via GitHub
Mryange commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2264470165 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38755: URL: https://github.com/apache/doris/pull/38755#issuecomment-2264469868 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [opt]function use sse to opt match_ipv6_subnet [doris]

2024-08-01 Thread via GitHub
Mryange opened a new pull request, #38755: URL: https://github.com/apache/doris/pull/38755 ## Proposed changes test ``` --- Benchmark Time CPU Iterations --