SWDEV-508958 - [6.4 Preview] include some used headers
Change-Id: I540c422a5ac10189af24a516e57fc804ec67797d
Этот коммит содержится в:
коммит произвёл
Jatin Jaikishan Chaudhary
родитель
08b2adef47
Коммит
ddcdfa6b84
@@ -17,8 +17,10 @@ OUT OF OR INN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
*/
|
||||
#include <hip/hip_runtime.h>
|
||||
#include<iostream>
|
||||
#include<string>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
|
||||
int main() {
|
||||
hipDevice_t device;
|
||||
int devCount;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <hip/hip_runtime.h>
|
||||
#include "LaunchKernel.h"
|
||||
#define KNRM "\x1B[0m"
|
||||
|
||||
Ссылка в новой задаче
Block a user