its a Pitcairn Gigabyte R9 270 GPU
is there any reason that Pircairn support would of been removed in the latest branch of sgminer ?
you might open an issue at https://github.com/sgminer-dev/sgminer/issues?state=open
you will be more likely to get info on that from there
edit: if you built it from source be sure you added the ADL_SDK/*.h files to sgminer/ADL_SDK/ before you build
thank you badman, i am exploring an idea, i see somehow intel openCL drivers got installed and when i doo sgminer -n it shows Inten Open CL 1.2 but on my other rig it correctly lists AMD OpenCL ...
so im blowing away the windows install and doing a fresh install and trying again... still weird why the older 4.x branch would still be able to identify my card but the 5.0 cant.
also if you have onboard video on your MB it might be detecting it instead of your amd cards, this has been an issue in the past
usually you can get by it by specifying "gpu-platform" : "1", in the config or --gpu-platform 1 in command line (platform 0 being the onboard video)