Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix synchronized memcpy in GPT #7008

Merged
merged 2 commits into from
Sep 19, 2023

Merge branch 'PaddlePaddle:develop' into jaywan/fix_sync_memcpy

2bd5a46
Select commit
Loading
Failed to load commit list.
Merged

Fix synchronized memcpy in GPT #7008

Merge branch 'PaddlePaddle:develop' into jaywan/fix_sync_memcpy
2bd5a46
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 19, 2023 in 0s

2.62% of diff hit (target 60.06%)

View this Pull Request on Codecov

2.62% of diff hit (target 60.06%)

Annotations

Check warning on line 15 in paddlenlp/experimental/transformers/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/__init__.py#L15

Added line #L15 was not covered by tests

Check warning on line 15 in paddlenlp/experimental/transformers/bloom/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/__init__.py#L15

Added line #L15 was not covered by tests

Check warning on line 14 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L14

Added line #L14 was not covered by tests

Check warning on line 16 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L16

Added line #L16 was not covered by tests

Check warning on line 21 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L18-L21

Added lines #L18 - L21 were not covered by tests

Check warning on line 23 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L23

Added line #L23 was not covered by tests

Check warning on line 26 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L26

Added line #L26 was not covered by tests

Check warning on line 30 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 34 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L34

Added line #L34 was not covered by tests

Check warning on line 36 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L36

Added line #L36 was not covered by tests

Check warning on line 51 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L42-L51

Added lines #L42 - L51 were not covered by tests

Check warning on line 59 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L53-L59

Added lines #L53 - L59 were not covered by tests

Check warning on line 62 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 69 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L65-L69

Added lines #L65 - L69 were not covered by tests

Check warning on line 72 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 76 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 84 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L84

Added line #L84 was not covered by tests

Check warning on line 86 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L86

Added line #L86 was not covered by tests

Check warning on line 95 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L89-L95

Added lines #L89 - L95 were not covered by tests

Check warning on line 102 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L98-L102

Added lines #L98 - L102 were not covered by tests

Check warning on line 112 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L105-L112

Added lines #L105 - L112 were not covered by tests

Check warning on line 133 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L133

Added line #L133 was not covered by tests

Check warning on line 136 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L136

Added line #L136 was not covered by tests

Check warning on line 138 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L138

Added line #L138 was not covered by tests

Check warning on line 141 in paddlenlp/experimental/transformers/bloom/modeling.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

paddlenlp/experimental/transformers/bloom/modeling.py#L140-L141

Added lines #L140 - L141 were not covered by tests