SWDEV-508958 - [6.4 Preview] include some used headers

Change-Id: I540c422a5ac10189af24a516e57fc804ec67797d
Этот коммит содержится в:
Jatin Chaudhary
2025-01-22 13:50:10 +00:00
коммит произвёл Jatin Jaikishan Chaudhary
родитель 08b2adef47
Коммит ddcdfa6b84
2 изменённых файлов: 5 добавлений и 2 удалений
+4 -2
Просмотреть файл
@@ -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;
+1
Просмотреть файл
@@ -18,6 +18,7 @@
*/
#include <stdio.h>
#include <stdbool.h>
#include <hip/hip_runtime.h>
#include "LaunchKernel.h"
#define KNRM "\x1B[0m"