Skip to content

Commit 5c13256

Browse files
huangli2018intel-mediadev
authored andcommitted
[CM] Rename C for Media to C for Metal
Rename C for Media to C for Metal in document and code Change-Id: I7dac6deec8090c704f362be37897671dfb1f12b7
1 parent 7d01c50 commit 5c13256

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmrtlib/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Intel(R) C for Media Runtime
1+
# Intel(R) C for Metal Runtime
22

33

44
## Introduction
@@ -7,7 +7,7 @@ cmrtlib is a runtime library needed when user wants to execute their own GPU ker
77

88
## License
99

10-
The Intel(R) C for Media Runtime is distributed under the MIT license.
10+
The Intel(R) C for Metal Runtime is distributed under the MIT license.
1111
You may obtain a copy of the License at:
1212

1313
https://opensource.org/licenses/MIT

media_driver/linux/common/cm/media_libva_cm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
//!
2323
//! \file media_libva_cm.c
24-
//! \brief LibVA CM(C for Media) extensions interface implementaion
24+
//! \brief LibVA CM(C for Metal) extensions interface implementaion
2525
//!
2626
#include <va/va.h>
2727
#include <va/va_vpp.h>

media_driver/linux/common/cm/media_libva_cm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
//!
2323
//! \file media_libva_cm.h
24-
//! \brief LibVA CM(C for Media) extensions interface definition
24+
//! \brief LibVA CM(C for Metal) extensions interface definition
2525
//!
2626

2727
#ifndef _MEDIA_LIBVA_CM_H_

0 commit comments

Comments
 (0)